Uses of Interface
org.glassfish.tyrus.spi.SPIRemoteEndpoint

Uses of SPIRemoteEndpoint in org.glassfish.tyrus.spi
 

Methods in org.glassfish.tyrus.spi with parameters of type SPIRemoteEndpoint
 void SPIEndpoint.onClose(SPIRemoteEndpoint gs)
          Called by the provider when the web socket connection to the given remote endpoint has just closed.
 void SPIEndpoint.onConnect(SPIRemoteEndpoint gs)
          Called by the provider when the web socket connection is established.
 void SPIEndpoint.onMessage(SPIRemoteEndpoint gs, byte[] messageBytes)
          Called by the provider when the web socket connection has an incoming binary message from the given remote endpoint.
 void SPIEndpoint.onMessage(SPIRemoteEndpoint gs, java.lang.String messageString)
          Called by the provider when the web socket connection has an incoming text message from the given remote endpoint.
 



Copyright © 2012. All Rights Reserved.