org.opcfoundation.ua.transport.tcp.nio
Class OpcTcpServer.OpcTcpEndpointHandle

java.lang.Object
  extended by org.opcfoundation.ua.transport.tcp.nio.OpcTcpServer.OpcTcpEndpointHandle
All Implemented Interfaces:
EndpointServer.EndpointHandle
Enclosing class:
OpcTcpServer

public class OpcTcpServer.OpcTcpEndpointHandle
extends Object
implements EndpointServer.EndpointHandle


Method Summary
 void close()
           
 EndpointBinding endpointBinding()
           
 SocketAddress socketAddress()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

socketAddress

public SocketAddress socketAddress()
Specified by:
socketAddress in interface EndpointServer.EndpointHandle

endpointBinding

public EndpointBinding endpointBinding()
Specified by:
endpointBinding in interface EndpointServer.EndpointHandle

close

public void close()
Specified by:
close in interface EndpointServer.EndpointHandle

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2018. All rights reserved.