org.glassfish.tyrus.spi
Interface TyrusClientSocket


public interface TyrusClientSocket

Author:
Martin Matula (martin.matula at oracle.com)

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

Method Detail

getEndpoints

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.