Skip navigation links

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

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


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

 

Methods in weblogic.websocket that return WebSocketContext
protected  WebSocketContext WebSocketAdapter.getWebSocketContext()
          Deprecated. Get a WebSocketContext instance associated with this WebSocketAdapter.
abstract  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.  
abstract  void WebSocketListener.init(WebSocketContext context)
          Deprecated. This method is called after the instance of this interface is created.

 


Skip navigation links

Copyright 1996, 2015, 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.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09