weblogic.websocket
Interface WebSocketConnection
public interface WebSocketConnection
Weblogic stubs for compilation. Do not use this jar
send
void send(String s)
throws IOException,
IllegalStateException
- Throws:
IOException
IllegalStateException
send
void send(byte[] bytes)
throws IOException,
IllegalStateException
- Throws:
IOException
IllegalStateException
sendPing
void sendPing(byte[] bytes)
throws IOException,
IllegalStateException
- Throws:
IOException
IllegalStateException
sendPong
void sendPong(byte[] bytes)
throws IOException,
IllegalStateException
- Throws:
IOException
IllegalStateException
stream
void stream(boolean b,
String s)
throws IOException,
IllegalStateException
- Throws:
IOException
IllegalStateException
stream
void stream(boolean b,
byte[] bytes,
int i,
int i1)
throws IOException,
IllegalStateException
- Throws:
IOException
IllegalStateException
close
void close(int i)
throws IOException
- Throws:
IOException
close
void close(int i,
String s)
throws IOException
- Throws:
IOException
isOpen
boolean isOpen()
isSecure
boolean isSecure()
getRemoteAddress
String getRemoteAddress()
getRemotePort
int getRemotePort()
getRemoteUser
String getRemoteUser()
getRequestURI
String getRequestURI()
getUserPrincipal
Principal getUserPrincipal()
getWebSocketContext
WebSocketContext getWebSocketContext()
Copyright © 2013. All Rights Reserved.