Package | Description |
---|---|
org.glassfish.tyrus.client | |
org.glassfish.tyrus.container.grizzly.client | |
org.glassfish.tyrus.core | |
org.glassfish.tyrus.spi |
Modifier and Type | Method and Description |
---|---|
Connection |
TyrusClientEngine.processResponse(UpgradeResponse upgradeResponse,
Writer writer,
Connection.CloseListener closeListener) |
Modifier and Type | Class and Description |
---|---|
class |
GrizzlyWriter |
Modifier and Type | Method and Description |
---|---|
void |
ProtocolHandler.setWriter(Writer handler) |
Modifier and Type | Method and Description |
---|---|
Writer |
Connection.getWriter()
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. |
Modifier and Type | Method and Description |
---|---|
Connection |
WebSocketEngine.UpgradeInfo.createConnection(Writer writer,
Connection.CloseListener closeListener)
Creates a connection if the upgrade is successful.
|
Connection |
ClientEngine.processResponse(UpgradeResponse upgradeResponse,
Writer writer,
Connection.CloseListener closeListener)
Process handshake response.
|
Copyright © 2012-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.