org.glassfish.tyrus.client
Interface ClientSocket


public interface ClientSocket

Client Web Socket.

Author:
Stepan Kopriva (stepan.kopirva at oracle.com)

Method Summary
 void close()
          Close the socket.
 java.util.Set<SPIEndpoint> getEndpoints()
          Returns the mutable Set of endpoints registered
 

Method Detail

getEndpoints

java.util.Set<SPIEndpoint> getEndpoints()
Returns the mutable Set of endpoints registered

Returns:
mutable Set of endpoints registered on socket.

close

void close()
Close the socket.



Copyright © 2012. All Rights Reserved.