A C D F G I M N O R S T U W Z 

A

addSession(WebSocketSession) - Method in class org.eclipse.jetty.websocket.client.io.ConnectionManager
 

C

ClientUpgradeRequest - Class in org.eclipse.jetty.websocket.client
Allowing a generate from a UpgradeRequest
ClientUpgradeRequest() - Constructor for class org.eclipse.jetty.websocket.client.ClientUpgradeRequest
 
ClientUpgradeRequest(URI) - Constructor for class org.eclipse.jetty.websocket.client.ClientUpgradeRequest
 
ClientUpgradeResponse - Class in org.eclipse.jetty.websocket.client
 
ClientUpgradeResponse() - Constructor for class org.eclipse.jetty.websocket.client.ClientUpgradeResponse
 
connect(WebSocketClient, EventDriver, ClientUpgradeRequest) - Method in class org.eclipse.jetty.websocket.client.io.ConnectionManager
 
connect(Object, URI) - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
 
connect(Object, URI, ClientUpgradeRequest) - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
 
connect(Object, URI, ClientUpgradeRequest, UpgradeListener) - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
 
connectionFailed(SocketChannel, Throwable, Object) - Method in class org.eclipse.jetty.websocket.client.io.WebSocketClientSelectorManager
 
ConnectionManager - Class in org.eclipse.jetty.websocket.client.io
Internal Connection/Client Manager used to track active clients, their physical vs virtual connection information, and provide some means to create new physical or virtual connections.
ConnectionManager(WebSocketClient) - Constructor for class org.eclipse.jetty.websocket.client.io.ConnectionManager
 
ConnectPromise - Class in org.eclipse.jetty.websocket.client.io
Holder for the pending connect information.
ConnectPromise(WebSocketClient, EventDriver, ClientUpgradeRequest) - Constructor for class org.eclipse.jetty.websocket.client.io.ConnectPromise
 

D

disconnect(boolean) - Method in class org.eclipse.jetty.websocket.client.io.UpgradeConnection
 
doStart() - Method in class org.eclipse.jetty.websocket.client.io.ConnectionManager
 
doStart() - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
 
doStop() - Method in class org.eclipse.jetty.websocket.client.io.ConnectionManager
 
doStop() - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
 
dump(Appendable, String) - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
 

F

failed(Throwable) - Method in class org.eclipse.jetty.websocket.client.io.ConnectPromise
 
failed(Throwable) - Method in class org.eclipse.jetty.websocket.client.io.UpgradeConnection.SendUpgradeRequest
 
FixedMasker - Class in org.eclipse.jetty.websocket.client.masks
 
FixedMasker() - Constructor for class org.eclipse.jetty.websocket.client.masks.FixedMasker
 
FixedMasker(byte[]) - Constructor for class org.eclipse.jetty.websocket.client.masks.FixedMasker
 

G

generate() - Method in class org.eclipse.jetty.websocket.client.ClientUpgradeRequest
 
getAsyncWriteTimeout() - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
Return the number of milliseconds for a timeout of an attempted write operation.
getBindAddress() - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
 
getBufferPool() - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
 
getClient() - Method in class org.eclipse.jetty.websocket.client.io.ConnectPromise
 
getConnectionManager() - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
 
getConnectTimeout() - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
 
getCookieStore() - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
 
getDriver() - Method in class org.eclipse.jetty.websocket.client.io.ConnectPromise
 
getEventDriverFactory() - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
 
getExecutor() - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
 
getExtensionFactory() - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
 
getKey() - Method in class org.eclipse.jetty.websocket.client.ClientUpgradeRequest
 
getLocalAddress() - Method in class org.eclipse.jetty.websocket.client.io.WebSocketClientConnection
 
getMasker() - Method in class org.eclipse.jetty.websocket.client.io.ConnectPromise
 
getMasker() - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
 
getMaxBinaryMessageBufferSize() - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
Get the maximum size for buffering of a binary message.
getMaxBinaryMessageSize() - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
Get the maximum size for a binary message.
getMaxIdleTimeout() - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
Get the max idle timeout for new connections.
getMaxTextMessageBufferSize() - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
Get the maximum size for buffering of a text message.
getMaxTextMessageSize() - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
Get the maximum size for a text message.
getOpenSessions() - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
 
getPolicy() - Method in class org.eclipse.jetty.websocket.client.io.WebSocketClientSelectorManager
 
getPolicy() - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
 
getRemainingBuffer() - Method in class org.eclipse.jetty.websocket.client.ClientUpgradeResponse
 
getRemoteAddress() - Method in class org.eclipse.jetty.websocket.client.io.WebSocketClientConnection
 
getRequest() - Method in class org.eclipse.jetty.websocket.client.io.ConnectPromise
 
getResponse() - Method in class org.eclipse.jetty.websocket.client.io.ConnectPromise
 
getScheduler() - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
 
getSelector() - Method in class org.eclipse.jetty.websocket.client.io.ConnectionManager
 
getSessionFactory() - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
 
getSessions() - Method in class org.eclipse.jetty.websocket.client.io.ConnectionManager
 
getSslContextFactory() - Method in class org.eclipse.jetty.websocket.client.io.WebSocketClientSelectorManager
 
getSslContextFactory() - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
 
getUpgradeListener() - Method in class org.eclipse.jetty.websocket.client.io.ConnectPromise
 

I

initExtensions(List<ExtensionConfig>) - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
 
isVirtualConnectionPossibleTo(String) - Method in class org.eclipse.jetty.websocket.client.io.ConnectionManager
 

M

Masker - Interface in org.eclipse.jetty.websocket.client.masks
Interface for various Masker implementations.

N

newConnection(SocketChannel, EndPoint, Object) - Method in class org.eclipse.jetty.websocket.client.io.WebSocketClientSelectorManager
 
newConnectionManager() - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
Factory method for new ConnectionManager (used by other projects like cometd)
newEndPoint(SocketChannel, SelectorManager.ManagedSelector, SelectionKey) - Method in class org.eclipse.jetty.websocket.client.io.WebSocketClientSelectorManager
 
newSSLEngine(SslContextFactory, SocketChannel) - Method in class org.eclipse.jetty.websocket.client.io.WebSocketClientSelectorManager
 
newUpgradeConnection(SocketChannel, EndPoint, ConnectPromise) - Method in class org.eclipse.jetty.websocket.client.io.WebSocketClientSelectorManager
 
newWebSocketClientSelectorManager(WebSocketClient) - Method in class org.eclipse.jetty.websocket.client.io.ConnectionManager
Factory method for new WebSocketClientSelectorManager (used by other projects like cometd)

O

onClose() - Method in class org.eclipse.jetty.websocket.client.io.UpgradeConnection
 
onClose() - Method in class org.eclipse.jetty.websocket.client.io.WebSocketClientConnection
 
onFillable() - Method in class org.eclipse.jetty.websocket.client.io.UpgradeConnection
 
onHandshakeRequest(UpgradeRequest) - Method in interface org.eclipse.jetty.websocket.client.io.UpgradeListener
 
onHandshakeResponse(UpgradeResponse) - Method in interface org.eclipse.jetty.websocket.client.io.UpgradeListener
 
onOpen() - Method in class org.eclipse.jetty.websocket.client.io.UpgradeConnection
 
onOpen() - Method in class org.eclipse.jetty.websocket.client.io.WebSocketClientConnection
 
onReadTimeout() - Method in class org.eclipse.jetty.websocket.client.io.UpgradeConnection
 
onSessionClosed(WebSocketSession) - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
 
onSessionOpened(WebSocketSession) - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
 
org.eclipse.jetty.websocket.client - package org.eclipse.jetty.websocket.client
Jetty WebSocket Client API
org.eclipse.jetty.websocket.client.io - package org.eclipse.jetty.websocket.client.io
Jetty WebSocket Client : I/O Implementation [Internal Use Only]
org.eclipse.jetty.websocket.client.masks - package org.eclipse.jetty.websocket.client.masks
Jetty WebSocket Client : Frame Masking Implementations
outgoingFrame(Frame, WriteCallback, BatchMode) - Method in class org.eclipse.jetty.websocket.client.io.WebSocketClientConnection
Override to set the masker.

R

RandomMasker - Class in org.eclipse.jetty.websocket.client.masks
 
RandomMasker() - Constructor for class org.eclipse.jetty.websocket.client.masks.RandomMasker
 
RandomMasker(Random) - Constructor for class org.eclipse.jetty.websocket.client.masks.RandomMasker
 
removeSession(WebSocketSession) - Method in class org.eclipse.jetty.websocket.client.io.ConnectionManager
 
run() - Method in class org.eclipse.jetty.websocket.client.io.UpgradeConnection.SendUpgradeRequest
 

S

sendForbidden(String) - Method in class org.eclipse.jetty.websocket.client.ClientUpgradeResponse
 
setAsyncWriteTimeout(long) - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
 
setBindAdddress(SocketAddress) - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
 
setBufferPool(ByteBufferPool) - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
 
setConnectTimeout(long) - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
Set the timeout for connecting to the remote server.
setCookiesFrom(CookieStore) - Method in class org.eclipse.jetty.websocket.client.ClientUpgradeRequest
 
setCookieStore(CookieStore) - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
 
setDaemon(boolean) - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
 
setEventDriverFactory(EventDriverFactory) - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
 
setExecutor(Executor) - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
 
setMask(WebSocketFrame) - Method in class org.eclipse.jetty.websocket.client.masks.FixedMasker
 
setMask(WebSocketFrame) - Method in interface org.eclipse.jetty.websocket.client.masks.Masker
Set the mask on the provided WebSocketFrame.
setMask(WebSocketFrame) - Method in class org.eclipse.jetty.websocket.client.masks.RandomMasker
 
setMask(WebSocketFrame) - Method in class org.eclipse.jetty.websocket.client.masks.ZeroMasker
 
setMasker(Masker) - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
 
setMaxBinaryMessageBufferSize(int) - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
 
setMaxIdleTimeout(long) - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
Set the max idle timeout for new connections.
setMaxTextMessageBufferSize(int) - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
 
setNextIncomingFrames(IncomingFrames) - Method in class org.eclipse.jetty.websocket.client.io.WebSocketClientConnection
 
setRemainingBuffer(ByteBuffer) - Method in class org.eclipse.jetty.websocket.client.ClientUpgradeResponse
 
setRequestURI(URI) - Method in class org.eclipse.jetty.websocket.client.ClientUpgradeRequest
 
setResponse(ClientUpgradeResponse) - Method in class org.eclipse.jetty.websocket.client.io.ConnectPromise
 
setSessionFactory(SessionFactory) - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
 
setSslContextFactory(SslContextFactory) - Method in class org.eclipse.jetty.websocket.client.io.WebSocketClientSelectorManager
 
setUpgradeListener(UpgradeListener) - Method in class org.eclipse.jetty.websocket.client.io.ConnectPromise
 
succeeded(WebSocketSession) - Method in class org.eclipse.jetty.websocket.client.io.ConnectPromise
 
succeeded() - Method in class org.eclipse.jetty.websocket.client.io.UpgradeConnection.SendUpgradeRequest
 

T

toSocketAddress(URI) - Static method in class org.eclipse.jetty.websocket.client.io.ConnectionManager
 

U

UpgradeConnection - Class in org.eclipse.jetty.websocket.client.io
This is the initial connection handling that exists immediately after physical connection is established to destination server.
UpgradeConnection(EndPoint, Executor, ConnectPromise) - Constructor for class org.eclipse.jetty.websocket.client.io.UpgradeConnection
 
UpgradeConnection.SendUpgradeRequest - Class in org.eclipse.jetty.websocket.client.io
 
UpgradeConnection.SendUpgradeRequest() - Constructor for class org.eclipse.jetty.websocket.client.io.UpgradeConnection.SendUpgradeRequest
 
UpgradeListener - Interface in org.eclipse.jetty.websocket.client.io
Listener for Handshake/Upgrade events.

W

WebSocketClient - Class in org.eclipse.jetty.websocket.client
WebSocketClient provides a means of establishing connections to remote websocket endpoints.
WebSocketClient() - Constructor for class org.eclipse.jetty.websocket.client.WebSocketClient
 
WebSocketClient(Executor) - Constructor for class org.eclipse.jetty.websocket.client.WebSocketClient
 
WebSocketClient(ByteBufferPool) - Constructor for class org.eclipse.jetty.websocket.client.WebSocketClient
 
WebSocketClient(SslContextFactory) - Constructor for class org.eclipse.jetty.websocket.client.WebSocketClient
 
WebSocketClient(SslContextFactory, Executor) - Constructor for class org.eclipse.jetty.websocket.client.WebSocketClient
 
WebSocketClient(SslContextFactory, Executor, ByteBufferPool) - Constructor for class org.eclipse.jetty.websocket.client.WebSocketClient
 
WebSocketClientConnection - Class in org.eclipse.jetty.websocket.client.io
Client side WebSocket physical connection.
WebSocketClientConnection(EndPoint, Executor, ConnectPromise, WebSocketPolicy) - Constructor for class org.eclipse.jetty.websocket.client.io.WebSocketClientConnection
 
WebSocketClientSelectorManager - Class in org.eclipse.jetty.websocket.client.io
 
WebSocketClientSelectorManager(WebSocketClient) - Constructor for class org.eclipse.jetty.websocket.client.io.WebSocketClientSelectorManager
 

Z

ZeroMasker - Class in org.eclipse.jetty.websocket.client.masks
 
ZeroMasker() - Constructor for class org.eclipse.jetty.websocket.client.masks.ZeroMasker
 
A C D F G I M N O R S T U W Z 

Copyright © 1995-2016 Webtide. All Rights Reserved.