public static final class SharedServerSocket.Identifier extends Object
Constructor and Description |
---|
Identifier(String type,
InetAddress address,
int port) |
Modifier and Type | Method and Description |
---|---|
SharedServerSocket |
create() |
boolean |
equals(Object o) |
InetAddress |
getAddress() |
int |
getPort() |
String |
getType() |
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value={"type","address","port"}) public Identifier(String type, InetAddress address, int port)
public SharedServerSocket create()
public String getType()
public InetAddress getAddress()
public int getPort()
Copyright © 2016. All rights reserved.