|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.tyrus.platform.WebSocketEndpointImpl
org.glassfish.tyrus.platform.WebSocketEndpointAdapter
public class WebSocketEndpointAdapter
Provides convenient implementation of WebSocketEndpoint for developers.
| Method Summary | |
|---|---|
void |
onClose(SPIRemoteEndpoint gs)
|
void |
onConnect(SPIRemoteEndpoint gs)
|
void |
onMessage(SPIRemoteEndpoint gs,
byte[] data)
|
void |
onMessage(SPIRemoteEndpoint gs,
java.lang.String messageString)
|
void |
remove()
|
| Methods inherited from class org.glassfish.tyrus.platform.WebSocketEndpointImpl |
|---|
checkHandshake, doesPathMatch, getContainerContext, getPeer, getSupportedProtocols, handleGeneratedBeanException, onGeneratedBeanClose, onGeneratedBeanConnect |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void onConnect(SPIRemoteEndpoint gs)
onConnect in interface SPIEndpointonConnect in class WebSocketEndpointImpl
public void onMessage(SPIRemoteEndpoint gs,
java.lang.String messageString)
onMessage in interface SPIEndpointonMessage in class WebSocketEndpointImpl
public void onMessage(SPIRemoteEndpoint gs,
byte[] data)
onMessage in interface SPIEndpointonMessage in class WebSocketEndpointImplpublic void onClose(SPIRemoteEndpoint gs)
onClose in interface SPIEndpointonClose in class WebSocketEndpointImplpublic void remove()
remove in interface SPIEndpointremove in class WebSocketEndpointImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||