Uses of Class
org.glassfish.tyrus.spi.Writer
-
-
Uses of Writer in org.glassfish.tyrus.spi
Methods in org.glassfish.tyrus.spi that return Writer Modifier and Type Method Description WriterConnection. getWriter()Returns the same writer that is passed for creating connection inWebSocketEngine.UpgradeInfo.createConnection(Writer, CloseListener)The transport writer that actually writes websocket data to underlying connection.Methods in org.glassfish.tyrus.spi with parameters of type Writer Modifier and Type Method Description ConnectionWebSocketEngine.UpgradeInfo. createConnection(Writer writer, Connection.CloseListener closeListener)Creates a connection if the upgrade is successful.ClientEngine.ClientUpgradeInfoClientEngine. processResponse(UpgradeResponse upgradeResponse, Writer writer, Connection.CloseListener closeListener)Process handshake and returnClientEngine.ClientUpgradeInfowith handshake status (ClientEngine.ClientUpgradeStatus).
-