Uses of Interface
org.eclipse.jetty.websocket.WebSocket.Connection

Packages that use WebSocket.Connection
org.eclipse.jetty.websocket   
 

Uses of WebSocket.Connection in org.eclipse.jetty.websocket
 

Subinterfaces of WebSocket.Connection in org.eclipse.jetty.websocket
static interface WebSocket.FrameConnection
          Frame Level Connection
 

Classes in org.eclipse.jetty.websocket that implement WebSocket.Connection
 class WebSocketConnectionD00
           
 class WebSocketServletConnectionD00
           
 

Methods in org.eclipse.jetty.websocket that return WebSocket.Connection
 WebSocket.Connection WebSocketConnectionRFC6455.getConnection()
           
 WebSocket.Connection WebSocketConnectionD08.getConnection()
           
 WebSocket.Connection WebSocketConnectionD06.getConnection()
           
 WebSocket.Connection WebSocketConnectionD00.getConnection()
           
 WebSocket.Connection WebSocketConnection.getConnection()
           
 WebSocket.Connection WebSocketClient.open(URI uri, WebSocket websocket, long maxConnectTime, TimeUnit units)
          Opens a websocket connection to the URI and blocks until the connection is accepted or there is an error.
 

Methods in org.eclipse.jetty.websocket that return types with arguments of type WebSocket.Connection
 Future<WebSocket.Connection> WebSocketClient.open(URI uri, WebSocket websocket)
          Asynchronously opens a websocket connection and returns a Future to obtain the connection.
 

Methods in org.eclipse.jetty.websocket with parameters of type WebSocket.Connection
 void WebSocket.onOpen(WebSocket.Connection connection)
          Called when a new websocket connection is accepted.
 



Copyright © 1995-2012 Mort Bay Consulting. All Rights Reserved.