Package | Description |
---|---|
javax.websocket | |
org.apache.tomcat.websocket.pojo |
This package provides the necessary plumbing to convert an annotated POJO
into a WebSocket
Endpoint . |
Modifier and Type | Method and Description |
---|---|
T |
Decoder.Binary.decode(ByteBuffer bytes) |
T |
Decoder.BinaryStream.decode(InputStream is) |
T |
Decoder.TextStream.decode(Reader reader) |
T |
Decoder.Text.decode(String s) |
Modifier and Type | Method and Description |
---|---|
protected Object |
PojoMessageHandlerWholeBinary.decode(ByteBuffer message) |
protected Object |
PojoMessageHandlerWholeText.decode(String message) |
protected abstract Object |
PojoMessageHandlerWholeBase.decode(T message) |
Object[] |
PojoMethodMapping.getOnCloseArgs(Map<String,String> pathParameters,
Session session,
CloseReason closeReason) |
Object[] |
PojoMethodMapping.getOnErrorArgs(Map<String,String> pathParameters,
Session session,
Throwable throwable) |
Object[] |
PojoMethodMapping.getOnOpenArgs(Map<String,String> pathParameters,
Session session,
EndpointConfig config) |
Copyright © 2015 JBoss by Red Hat. All rights reserved.