|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EndpointServer
EndpointServer is an object that binds to a network socket and offers hosting for endpoints.
tcp.opc implementation| Nested Class Summary | |
|---|---|
static interface |
EndpointServer.EndpointHandle
|
| Nested classes/interfaces inherited from interface org.opcfoundation.ua.transport.ConnectionMonitor |
|---|
ConnectionMonitor.ConnectListener |
| Field Summary | |
|---|---|
static Endpoint |
discoveryEndpoint
Constant discoveryEndpoint |
| Method Summary | |
|---|---|
EndpointServer.EndpointHandle |
bind(SocketAddress socketAddress,
EndpointBinding endpointBinding)
Bind an endpoint to a handle. |
List<SocketAddress> |
getBoundSocketAddresses()
getBoundSocketAddresses. |
EncoderContext |
getEncoderContext()
getEncoderContext. |
EndpointBindingCollection |
getEndpointBindings()
Get a collection that contains related endpoints bindings. |
| Methods inherited from interface org.opcfoundation.ua.transport.CloseableObject |
|---|
close |
| Methods inherited from interface org.opcfoundation.ua.utils.IStatefulObject |
|---|
addStateListener, addStateNotifiable, getError, getState, removeStateListener, removeStateNotifiable, waitForState, waitForState, waitForStateUninterruptibly |
| Methods inherited from interface org.opcfoundation.ua.transport.ConnectionMonitor |
|---|
addConnectionListener, getConnections, removeConnectionListener |
| Field Detail |
|---|
static final Endpoint discoveryEndpoint
discoveryEndpoint
| Method Detail |
|---|
EndpointBindingCollection getEndpointBindings()
EndpointServer.EndpointHandle bind(SocketAddress socketAddress,
EndpointBinding endpointBinding)
throws ServiceResultException
socketAddress - a SocketAddress object.endpointBinding - a EndpointBinding object.
EndpointServer.EndpointHandle object.
ServiceResultException - if any.List<SocketAddress> getBoundSocketAddresses()
getBoundSocketAddresses.
List object.EncoderContext getEncoderContext()
getEncoderContext.
EncoderContext object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||