| Package | Description |
|---|---|
| javax.net.websocket | |
| org.glassfish.tyrus.platform | |
| org.glassfish.tyrus.spi.grizzlyprovider |
| Modifier and Type | Method and Description |
|---|---|
RemoteEndpoint |
Session.getRemote()
Return a reference to the RemoteEndpoint object representing the other end of this conversation.
|
RemoteEndpoint<T> |
Session.getRemoteL(Class<T> c)
Return a reference to the RemoteEndpoint that can send messages in the form of objects of class c.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteEndpointWrapper<T>
Wrapps the
RemoteEndpoint and represents the other side of the websocket connection. |
| Modifier and Type | Method and Description |
|---|---|
RemoteEndpoint |
SessionImpl.getRemote() |
RemoteEndpoint<T> |
SessionImpl.getRemoteL(Class<T> aClass) |
| Modifier and Type | Method and Description |
|---|---|
protected RemoteEndpointWrapper |
EndpointWrapper.getPeer(RemoteEndpoint gs) |
static RemoteEndpointWrapper |
RemoteEndpointWrapper.getRemoteWrapper(RemoteEndpoint socket,
EndpointWrapper application)
Get the RemoteEndpoint wrapper.
|
void |
EndpointWrapper.handleGeneratedBeanException(RemoteEndpoint peer,
Exception e) |
void |
EndpointWrapper.onClose(RemoteEndpoint gs) |
void |
EndpointWrapper.onConnect(RemoteEndpoint gs) |
void |
EndpointWrapper.onMessage(RemoteEndpoint gs,
ByteBuffer messageBytes) |
void |
EndpointWrapper.onMessage(RemoteEndpoint gs,
String messageString) |
| Modifier and Type | Class and Description |
|---|---|
class |
GrizzlyRemoteEndpoint |
Copyright © 2012. All Rights Reserved.