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

Part Number E41849-02

Uses of Interface
weblogic.websocket.WebSocketContext

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

Uses of WebSocketContext in weblogic.websocket
 

Fields in weblogic.websocket declared as WebSocketContext
protected  WebSocketContext WebSocketAdapter.context
          Deprecated.  
 

Methods in weblogic.websocket that return WebSocketContext
protected  WebSocketContext WebSocketAdapter.getWebSocketContext()
          Deprecated. Get a WebSocketContext instance associated with this WebSocketAdapter.
 WebSocketContext WebSocketConnection.getWebSocketContext()
          Deprecated. Returns the WebSocketContext instance associated with this WebSocket connection.
 

Methods in weblogic.websocket with parameters of type WebSocketContext
 void WebSocketAdapter.init(WebSocketContext context)
          Deprecated.  
 void WebSocketListener.init(WebSocketContext context)
          Deprecated. This method is called after the instance of this interface is created.
 

Constructors in weblogic.websocket with parameters of type WebSocketContext
WSHandshakeRequest(WebSocketContext context, HttpServletRequest request)
          Deprecated. Constructs a new instance of WSHandshakeRequest.
 


Copyright 1996, 2014, 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.3)

Part Number E41849-02