weblogic.websocket
Interface WebSocketConnection


public interface WebSocketConnection

Weblogic stubs for compilation. Do not use this jar


Method Summary
 void close(int i)
           
 void close(int i, String s)
           
 String getRemoteAddress()
           
 int getRemotePort()
           
 String getRemoteUser()
           
 String getRequestURI()
           
 Principal getUserPrincipal()
           
 WebSocketContext getWebSocketContext()
           
 boolean isOpen()
           
 boolean isSecure()
           
 void send(byte[] bytes)
           
 void send(String s)
           
 void sendPing(byte[] bytes)
           
 void sendPong(byte[] bytes)
           
 void stream(boolean b, byte[] bytes, int i, int i1)
           
 void stream(boolean b, String s)
           
 

Method Detail

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.