TrAP Parent
Package Index
|
Class Index
com.ericsson.research.transport
com.ericsson.research.transport.ssl
com.ericsson.research.transport.ws
com.ericsson.research.transport.ws.spi
com.ericsson.research.transport.ws.spi.util
com.ericsson.research.trap
com.ericsson.research.trap.auth
com.ericsson.research.trap.delegates
com.ericsson.research.trap.examples
com.ericsson.research.trap.impl
com.ericsson.research.trap.impl.buffers
com.ericsson.research.trap.impl.http
com.ericsson.research.trap.impl.queues
com.ericsson.research.trap.nio
com.ericsson.research.trap.nio.impl.nio1
com.ericsson.research.trap.nio.impl.nio2
com.ericsson.research.trap.spi
com.ericsson.research.trap.spi.queues
com.ericsson.research.trap.spi.tomcat
com.ericsson.research.trap.spi.transports
com.ericsson.research.trap.spi.ws.netty
com.ericsson.research.trap.tests
com.ericsson.research.trap.utils
com.ericsson.research.trap.utils.impl
Interfaces
WSConstants
Classes
WSAbstractFrame
WSAbstractHandshake
WSAbstractProtocol
WSAbstractProtocolWrapper
WSFactoryImpl
WSHixie75
WSHixie75Handshake
WSHixie76
WSHixie76Handshake
WSHixieFrame
WSHybi10
WSHybi10Handshake
WSHybiFrame
WSNioEndpoint
WSPrefetcher
WSPrefetcherHandshake
WSRfc6455
WSRfc6455Handshake
WSSecureSocketFactory
WSServerImpl
WSSocketEndpoint
Package Index
|
Class Index
Summary:
Inherited Fields
|
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
public class
WSNioEndpoint
extends
WSAbstractProtocolWrapper
implements
Socket.SocketHandler
java.lang.Object
↳
com.ericsson.research.transport.ws.spi.WSAbstractProtocolWrapper
↳
com.ericsson.research.transport.ws.spi.WSNioEndpoint
Summary
[Expand]
Inherited Fields
From class
com.ericsson.research.transport.ws.spi.WSAbstractProtocolWrapper
protected
WSListener
listener
protected
WSAbstractProtocol
protocol
Public Constructors
WSNioEndpoint
(
WSAbstractProtocol
protocol,
WSListener
listener)
WSNioEndpoint
(
Socket
socket,
WSAbstractProtocol
protocol,
WSListener
listener)
Public Methods
void
_flush
()
void
closed
(
Socket
sock)
void
error
(
Throwable
exc,
Socket
sock)
synchronized void
forceClose
()
InetSocketAddress
getLocalSocketAddress
()
synchronized
OutputStream
getRawOutput
()
InetSocketAddress
getRemoteSocketAddress
()
synchronized void
open
()
void
opened
(
Socket
sock)
synchronized void
received
(ByteBuffer data,
Socket
sock)
void
sent
(
Socket
sock)
String
toString
()
[Expand]
Inherited Methods
From class
com.ericsson.research.transport.ws.spi.WSAbstractProtocolWrapper
void
close
()
abstract void
forceClose
()
WSAbstractProtocol
getProtocol
()
abstract
OutputStream
getRawOutput
()
void
notifyClose
()
void
notifyConnected
()
void
notifyDisconnected
()
void
notifyError
(
Exception
e)
void
notifyError
(
Throwable
t)
void
notifyMessage
(
String
utf8String)
void
notifyMessage
(byte[] data)
void
notifyOpen
(
WSInterface
socket)
void
notifyPong
(byte[] payload)
void
notifySocketData
(byte[] data, int length)
void
open
()
void
ping
(byte[] payload)
void
send
(byte[] binaryData)
void
send
(
String
utf8String)
void
setProtocol
(
WSAbstractProtocol
protocol)
void
setReadListener
(
WSListener
listener)
From class
java.lang.Object
Object
clone
()
boolean
equals
(
Object
arg0)
void
finalize
()
final
Class
<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
final void
wait
()
From interface
com.ericsson.research.transport.ws.WSInterface
abstract void
close
()
abstract
InetSocketAddress
getLocalSocketAddress
()
abstract
InetSocketAddress
getRemoteSocketAddress
()
abstract void
open
()
abstract void
ping
(byte[] payload)
abstract void
send
(byte[] binaryData)
abstract void
send
(
String
utf8String)
abstract void
setReadListener
(
WSListener
listener)
From interface
com.ericsson.research.transport.ws.WSListener
abstract void
notifyClose
()
abstract void
notifyError
(
Throwable
t)
abstract void
notifyMessage
(
String
utf8String)
abstract void
notifyMessage
(byte[] data)
abstract void
notifyOpen
(
WSInterface
socket)
abstract void
notifyPong
(byte[] payload)
From interface
com.ericsson.research.trap.nio.Socket.SocketHandler
abstract void
closed
(
Socket
sock)
abstract void
error
(
Throwable
exc,
Socket
sock)
abstract void
opened
(
Socket
sock)
abstract void
received
(ByteBuffer data,
Socket
sock)
abstract void
sent
(
Socket
sock)
Public Constructors
public
WSNioEndpoint
(
WSAbstractProtocol
protocol,
WSListener
listener)
Throws
IOException
public
WSNioEndpoint
(
Socket
socket,
WSAbstractProtocol
protocol,
WSListener
listener)
Public Methods
public void
_flush
()
public void
closed
(
Socket
sock)
public void
error
(
Throwable
exc,
Socket
sock)
public synchronized void
forceClose
()
public
InetSocketAddress
getLocalSocketAddress
()
public synchronized
OutputStream
getRawOutput
()
Throws
IOException
public
InetSocketAddress
getRemoteSocketAddress
()
public synchronized void
open
()
Throws
IOException
public void
opened
(
Socket
sock)
public synchronized void
received
(ByteBuffer data,
Socket
sock)
public void
sent
(
Socket
sock)
public
String
toString
()