Uses of Interface
javax.websocket.HandshakeResponse

Uses of HandshakeResponse in javax.websocket
 

Methods in javax.websocket with parameters of type HandshakeResponse
 void ClientEndpointConfiguration.afterResponse(HandshakeResponse hr)
          This method is called by the implementation after it has received a handshake response from the server as a result of a handshake interaction it initiated.
 void DefaultClientConfiguration.afterResponse(HandshakeResponse hr)
          The default implementation of this method performs no actions on the HandshakeResponse.
 




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