- getCloseListener() - Method in interface org.glassfish.tyrus.spi.Connection
-
Returns the same close listener that is passed for creating connection in
WebSocketEngine.UpgradeInfo#createConnection(Writer, CloseListener).
- getEndpointConfig() - Method in class org.glassfish.tyrus.spi.EndpointWrapper
-
Get Endpoint configuration.
- getEndpointPath() - Method in class org.glassfish.tyrus.spi.EndpointWrapper
-
Get Endpoint absolute path.
- getFirstHeaderValue(String) - Method in class org.glassfish.tyrus.spi.UpgradeResponse
-
Gets the value of the response header with the given name.
- getHeader(String) - Method in class org.glassfish.tyrus.spi.UpgradeRequest
-
Returns the value of the specified request header name.
- getNegotiatedExtensions(List<Extension>) - Method in class org.glassfish.tyrus.spi.EndpointWrapper
-
Get the negotiated extensions' names based on the extensions supported by client.
- getNegotiatedProtocol(List<String>) - Method in class org.glassfish.tyrus.spi.EndpointWrapper
-
Compute the sub - protocol which will be used.
- getOpenSessions() - Method in class org.glassfish.tyrus.spi.EndpointWrapper
-
Get the endpoint's open Sessions.
- getReadHandler() - Method in interface org.glassfish.tyrus.spi.Connection
-
Returns a read handler.
- getRequestUri() - Method in class org.glassfish.tyrus.spi.UpgradeRequest
-
Get the undecoded request uri (up to the query string) of underlying
HTTP handshake request.
- getSession() - Method in interface org.glassfish.tyrus.spi.ClientSocket
-
Session representing the connection with server.
- getStatus() - Method in class org.glassfish.tyrus.spi.UpgradeResponse
-
Gets the current HTTP status code of this response.
- getStatus() - Method in interface org.glassfish.tyrus.spi.WebSocketEngine.UpgradeInfo
-
Returns the status of HTTP request upgrade.
- getWebSocketContainer() - Method in class org.glassfish.tyrus.spi.EndpointWrapper
-
Get WebSocketContainer.
- getWebSocketEngine() - Method in interface org.glassfish.tyrus.spi.ServerContainer
-
Returns WebSocketEngine to upgrade requests and setting up the
connection
- getWriter() - Method in interface org.glassfish.tyrus.spi.Connection
-
Returns the same writer that is passed for creating connection in
WebSocketEngine.UpgradeInfo#createConnection(Writer, CloseListener)
The transport writer that actually writes websocket data
to underlying connection.