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

Part Number E27170-01

Uses of Class
weblogic.websocket.WSHandshakeRequest

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

Uses of WSHandshakeRequest in weblogic.websocket
 

Methods in weblogic.websocket with parameters of type WSHandshakeRequest
 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.
 

Constructors in weblogic.websocket with parameters of type WSHandshakeRequest
WSHandshakeResponse(WSHandshakeRequest request, HttpServletResponse response)
          Constructs a new instance of WSHandshakeResponse.
 


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