Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01

Uses of Class
weblogic.websocket.WSHandshakeResponse

Packages that use WSHandshakeResponse
weblogic.websocket Provides the interfaces and classes necessary to manage a WebLogic WebSocket. 
 

Uses of WSHandshakeResponse in weblogic.websocket
 

Methods in weblogic.websocket with parameters of type WSHandshakeResponse
 boolean WebSocketAdapter.accept(WSHandshakeRequest request, WSHandshakeResponse response)
          This method always return true.
 boolean WebSocketListener.accept(WSHandshakeRequest request, WSHandshakeResponse response)
          This method is called before upgrading the HTTP connection to a WebSocket connection.
 


Copyright 1996, 2013, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01