Uses of Interface
javax.websocket.HandshakeRequest

Uses of HandshakeRequest in javax.websocket
 

Methods in javax.websocket with parameters of type HandshakeRequest
 void ServerEndpointConfiguration.modifyHandshake(HandshakeRequest request, HandshakeResponse response)
          Called by the container after it has formulated a handshake response resulting from a well-formed handshake request.
 void DefaultServerConfiguration.modifyHandshake(HandshakeRequest request, HandshakeResponse response)
          The default server configuration does not make any changes to the response.
 




Copyright © 2012 Oracle and/or its affiliates. All rights reserved.