|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opcfoundation.ua.transport.EndpointServerCollection
public class EndpointServerCollection
EndpointServerCollection class.
| Constructor Summary | |
|---|---|
EndpointServerCollection()
|
|
| Method Summary | |
|---|---|
void |
add(EndpointServer endpointServer)
add. |
void |
closeAll()
Close all endpoint servers. |
List<EndpointBinding> |
getEndpointBindings()
Get all endpoint bindings |
EndpointServer |
getEndpointServer(SocketAddress socketAddress)
Get the endpoint server that is bound at the given socket address. |
List<EndpointServer> |
getList()
Get a snapshot of the endpoint server list |
void |
remove(EndpointServer endpointServer)
remove. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EndpointServerCollection()
| Method Detail |
|---|
public void add(EndpointServer endpointServer)
add.
endpointServer - a EndpointServer object.public void remove(EndpointServer endpointServer)
remove.
endpointServer - a EndpointServer object.public List<EndpointServer> getList()
public List<EndpointBinding> getEndpointBindings()
public void closeAll()
public EndpointServer getEndpointServer(SocketAddress socketAddress)
socketAddress - a SocketAddress object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||