Package | Description |
---|---|
javax.websocket | |
org.apache.tomcat.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 |
---|---|
void |
Session.close(CloseReason closeStatus)
Close the connection to the remote end point using the specified code
and reason phrase.
|
void |
Endpoint.onClose(Session session,
CloseReason closeReason)
Event that is triggered when a session has closed.
|
Modifier and Type | Method and Description |
---|---|
CloseReason |
WsIOException.getCloseReason() |
Modifier and Type | Method and Description |
---|---|
void |
WsSession.close(CloseReason closeReason) |
void |
WsSession.onClose(CloseReason closeReason)
Called when a close message is received.
|
Constructor and Description |
---|
WsIOException(CloseReason closeReason) |
Modifier and Type | Method and Description |
---|---|
Object[] |
PojoMethodMapping.getOnCloseArgs(Map<String,String> pathParameters,
Session session,
CloseReason closeReason) |
void |
PojoEndpointBase.onClose(Session session,
CloseReason closeReason) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.