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 Constants
|
Inherited Fields
|
Ctors
|
Methods
|
Protected Methods
|
Inherited Methods
|
[Expand All]
public class
WSRfc6455
extends
WSHybi10
java.lang.Object
↳
com.ericsson.research.transport.ws.spi.WSAbstractProtocolWrapper
↳
com.ericsson.research.transport.ws.spi.WSAbstractProtocol
↳
com.ericsson.research.transport.ws.spi.WSHixie75
↳
com.ericsson.research.transport.ws.spi.WSHixie76
↳
com.ericsson.research.transport.ws.spi.WSHybi10
↳
com.ericsson.research.transport.ws.spi.WSRfc6455
Summary
[Expand]
Inherited Constants
From class
com.ericsson.research.transport.ws.spi.WSAbstractProtocol
int
CLOSED
int
CLOSING
int
HANDSHAKING
int
OPEN
From interface
com.ericsson.research.transport.ws.spi.WSConstants
long
CLOSE_TIMEOUT
String
COLON_SPACE
String
CONNECTION_HEADER
String
CRLF
String
CRLFCRLF
String
GET
String
GUID
String
HOST_HEADER
String
HTTP11
String
ILLEGAL_STATE
String
ISO_8859_1
String
ORIGIN_HEADER
String
SEC_WEBSOCKET_ACCEPT_HEADER
String
SEC_WEBSOCKET_KEY1_HEADER
String
SEC_WEBSOCKET_KEY2_HEADER
String
SEC_WEBSOCKET_KEY_HEADER
String
SEC_WEBSOCKET_LOCATION_HEADER
String
SEC_WEBSOCKET_ORIGIN_HEADER
String
SEC_WEBSOCKET_PROTOCOL_HEADER
String
SEC_WEBSOCKET_VERSION_HEADER
String
UPGRADE_HEADER
String
UPGRADE_VALUE
String
UTF_8
String
WEBSOCKET_LOCATION_HEADER
String
WEBSOCKET_ORIGIN_HEADER
String
WEBSOCKET_VALUE
String
WSS_SCHEMA
String
WS_SCHEMA
[Expand]
Inherited Fields
From class
com.ericsson.research.transport.ws.spi.WSHixie76
protected static final
Timer
t
protected
TimerTask
task
From class
com.ericsson.research.transport.ws.spi.WSAbstractProtocol
protected byte[]
buf
protected boolean
client
protected
WSAbstractFrame
currentFrame
protected
WSAbstractHandshake
handshake
protected
String
host
protected
String
location
protected
String
origin
protected int
port
protected
String
protocol
protected
String
resource
protected final
WSSecurityContext
securityContext
protected int
state
protected
WSAbstractProtocolWrapper
wrapper
From class
com.ericsson.research.transport.ws.spi.WSAbstractProtocolWrapper
protected
WSListener
listener
protected
WSAbstractProtocol
protocol
From interface
com.ericsson.research.transport.ws.spi.WSConstants
public static final byte[]
empty
Public Constructors
WSRfc6455
(
WSURI
uri,
WSSecurityContext
securityContext)
WSRfc6455
(
WSSecurityContext
securityContext)
Public Methods
String
toString
()
Protected Methods
WSAbstractHandshake
getHandshake
()
[Expand]
Inherited Methods
From class
com.ericsson.research.transport.ws.spi.WSHybi10
WSAbstractFrame
createEmptyFrame
()
void
dispatchFrame
(
WSAbstractFrame
frame)
WSAbstractHandshake
getHandshake
()
void
internalClose
()
void
ping
(byte[] payload)
void
pong
(byte[] payload)
void
send
(byte[] data)
void
send
(
String
utf8String)
String
toString
()
From class
com.ericsson.research.transport.ws.spi.WSHixie76
void
close
()
void
dispatchFrame
(
WSAbstractFrame
frame)
WSAbstractHandshake
getHandshake
()
void
internalClose
()
void
notifyDisconnected
()
String
toString
()
From class
com.ericsson.research.transport.ws.spi.WSHixie75
WSAbstractFrame
createEmptyFrame
()
void
dispatchFrame
(
WSAbstractFrame
frame)
WSAbstractHandshake
getHandshake
()
InetSocketAddress
getLocalSocketAddress
()
InetSocketAddress
getRemoteSocketAddress
()
void
send
(byte[] data)
void
send
(
String
utf8String)
String
toString
()
From class
com.ericsson.research.transport.ws.spi.WSAbstractProtocol
synchronized void
close
()
abstract
WSAbstractFrame
createEmptyFrame
()
abstract void
dispatchFrame
(
WSAbstractFrame
frame)
void
forceClose
()
abstract
WSAbstractHandshake
getHandshake
()
OutputStream
getRawOutput
()
String
getState
()
void
notifyConnected
()
void
notifyDisconnected
()
void
notifySocketData
(byte[] data, int length)
void
setWrapper
(
WSAbstractProtocolWrapper
wrapper)
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)
Public Constructors
public
WSRfc6455
(
WSURI
uri,
WSSecurityContext
securityContext)
public
WSRfc6455
(
WSSecurityContext
securityContext)
Public Methods
public
String
toString
()
Protected Methods
protected
WSAbstractHandshake
getHandshake
()