Switch to InetSockAddress instead of InetAddress so we can send the port # to java as well
This commit is contained in:
parent
73d68c0c98
commit
d1ed269537
10 changed files with 98 additions and 26 deletions
|
@ -94,14 +94,14 @@ public enum Event {
|
|||
/**
|
||||
* A packet failed authentication
|
||||
*
|
||||
* <p>Meta-data: {@link InetAddress} containing origin address of packet</p>
|
||||
* <p>Meta-data: {@link InetSocketAddress} containing origin address of packet</p>
|
||||
*/
|
||||
EVENT_AUTHENTICATION_FAILURE,
|
||||
|
||||
/**
|
||||
* A received packet was not valid
|
||||
*
|
||||
* <p>Meta-data: {@link InetAddress} containing origin address of packet</p>
|
||||
* <p>Meta-data: {@link InetSocketAddress} containing origin address of packet</p>
|
||||
*/
|
||||
EVENT_INVALID_PACKET,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue