org.opcfoundation.ua.transport
Interface EndpointServer.EndpointHandle

All Known Implementing Classes:
HttpsServer.HttpsEndpointHandle, OpcTcpServer.OpcTcpEndpointHandle
Enclosing interface:
EndpointServer

public static interface EndpointServer.EndpointHandle


Method Summary
 void close()
           
 EndpointBinding endpointBinding()
           
 SocketAddress socketAddress()
           
 

Method Detail

socketAddress

SocketAddress socketAddress()

endpointBinding

EndpointBinding endpointBinding()

close

void close()


Copyright © 2018. All rights reserved.