weblogic.websocket
Interface WebSocketContext
public interface WebSocketContext
Weblogic stubs for compilation. Do not use this jar
getServletContext
javax.servlet.ServletContext getServletContext()
getPathPatterns
String[] getPathPatterns()
getTimeoutSecs
int getTimeoutSecs()
setTimeoutSecs
void setTimeoutSecs(int i)
getMaxMessageSize
int getMaxMessageSize()
setMaxMessageSize
void setMaxMessageSize(int i)
getMaxConnections
int getMaxConnections()
setMaxConnections
void setMaxConnections(int i)
getWebSocketConnections
Set<WebSocketConnection> getWebSocketConnections()
getSupportedVersions
Set<Integer> getSupportedVersions()
Copyright © 2013. All Rights Reserved.