Uses of Interface
org.java_websocket.handshake.ServerHandshake

Packages that use ServerHandshake
com.pusher.client.connection.websocket   
org.java_websocket   
org.java_websocket.client   
org.java_websocket.drafts   
org.java_websocket.handshake   
 

Uses of ServerHandshake in com.pusher.client.connection.websocket
 

Methods in com.pusher.client.connection.websocket with parameters of type ServerHandshake
 void WebSocketListener.onOpen(ServerHandshake handshakedata)
           
 void WebSocketConnection.onOpen(ServerHandshake handshakedata)
           
 void WebSocketClientWrapper.onOpen(ServerHandshake handshakedata)
           
 

Uses of ServerHandshake in org.java_websocket
 

Methods in org.java_websocket with parameters of type ServerHandshake
 void WebSocketListener.onWebsocketHandshakeReceivedAsClient(WebSocket conn, ClientHandshake request, ServerHandshake response)
          Called on the client side when the socket connection is first established, and the WebSocketImpl handshake response has been received.
 void WebSocketAdapter.onWebsocketHandshakeReceivedAsClient(WebSocket conn, ClientHandshake request, ServerHandshake response)
           
 

Uses of ServerHandshake in org.java_websocket.client
 

Methods in org.java_websocket.client with parameters of type ServerHandshake
abstract  void WebSocketClient.onOpen(ServerHandshake handshakedata)
           
 

Uses of ServerHandshake in org.java_websocket.drafts
 

Methods in org.java_websocket.drafts with parameters of type ServerHandshake
 Draft.HandshakeState Draft_76.acceptHandshakeAsClient(ClientHandshake request, ServerHandshake response)
           
 Draft.HandshakeState Draft_75.acceptHandshakeAsClient(ClientHandshake request, ServerHandshake response)
           
 Draft.HandshakeState Draft_10.acceptHandshakeAsClient(ClientHandshake request, ServerHandshake response)
           
abstract  Draft.HandshakeState Draft.acceptHandshakeAsClient(ClientHandshake request, ServerHandshake response)
           
 

Uses of ServerHandshake in org.java_websocket.handshake
 

Subinterfaces of ServerHandshake in org.java_websocket.handshake
 interface ServerHandshakeBuilder
           
 

Classes in org.java_websocket.handshake that implement ServerHandshake
 class HandshakeImpl1Server
           
 



Copyright © 2013 Pusher. All Rights Reserved.