weblogic.websocket
Interface WebSocketContext


public interface WebSocketContext

Weblogic stubs for compilation. Do not use this jar


Method Summary
 int getMaxConnections()
           
 int getMaxMessageSize()
           
 String[] getPathPatterns()
           
 javax.servlet.ServletContext getServletContext()
           
 Set<Integer> getSupportedVersions()
           
 int getTimeoutSecs()
           
 Set<WebSocketConnection> getWebSocketConnections()
           
 void setMaxConnections(int i)
           
 void setMaxMessageSize(int i)
           
 void setTimeoutSecs(int i)
           
 

Method Detail

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.