JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
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
configureMuxer(Muxer)
- Method in class org.eclipse.jetty.websocket.client.mux.
MuxClientExtension
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
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
createSession(MuxAddChannelResponse)
- Method in class org.eclipse.jetty.websocket.client.mux.
MuxClientAddHandler
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
F
failed(Throwable)
- Method in class org.eclipse.jetty.websocket.client.io.
ConnectPromise
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
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
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
getMaxIdleTimeout()
- Method in class org.eclipse.jetty.websocket.client.
WebSocketClient
Get the max idle timeout for new connections.
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
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
I
initExtensions(List<ExtensionConfig>)
- Method in class org.eclipse.jetty.websocket.client.
WebSocketClient
M
Masker
- Interface in
org.eclipse.jetty.websocket.client.masks
Interface for various Masker implementations.
MuxClientAddHandler
- Class in
org.eclipse.jetty.websocket.client.mux
MuxClientAddHandler()
- Constructor for class org.eclipse.jetty.websocket.client.mux.
MuxClientAddHandler
MuxClientExtension
- Class in
org.eclipse.jetty.websocket.client.mux
MuxClientExtension()
- Constructor for class org.eclipse.jetty.websocket.client.mux.
MuxClientExtension
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.
WebSocketClientConnection
onFillable()
- Method in class org.eclipse.jetty.websocket.client.io.
UpgradeConnection
onOpen()
- Method in class org.eclipse.jetty.websocket.client.io.
UpgradeConnection
onOpen()
- Method in class org.eclipse.jetty.websocket.client.io.
WebSocketClientConnection
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
org.eclipse.jetty.websocket.client.mux
- package org.eclipse.jetty.websocket.client.mux
Jetty WebSocket Client : MUX Extension [
Unstable Early Draft
]
outgoingFrame(Frame, WriteCallback)
- Method in class org.eclipse.jetty.websocket.client.io.
WebSocketClientConnection
Overrride to set 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
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
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
setMaxIdleTimeout(long)
- Method in class org.eclipse.jetty.websocket.client.
WebSocketClient
Set the max idle timeout for new connections.
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
setSslContextFactory(SslContextFactory)
- Method in class org.eclipse.jetty.websocket.client.io.
WebSocketClientSelectorManager
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
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(SslContextFactory)
- 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)
- 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
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 1995-2013
Mort Bay Consulting
. All Rights Reserved.