public class

WSPrefetcher

extends WSAbstractProtocol
implements WSConstants
java.lang.Object
   ↳ com.ericsson.research.transport.ws.spi.WSAbstractProtocolWrapper
     ↳ com.ericsson.research.transport.ws.spi.WSAbstractProtocol
       ↳ com.ericsson.research.transport.ws.spi.WSPrefetcher

Summary

[Expand]
Inherited Constants
From class com.ericsson.research.transport.ws.spi.WSAbstractProtocol
From interface com.ericsson.research.transport.ws.spi.WSConstants
[Expand]
Inherited Fields
From class com.ericsson.research.transport.ws.spi.WSAbstractProtocol
From class com.ericsson.research.transport.ws.spi.WSAbstractProtocolWrapper
From interface com.ericsson.research.transport.ws.spi.WSConstants
Public Constructors
WSPrefetcher(WSSecurityContext securityContext)
Public Methods
InetSocketAddress getLocalSocketAddress()
InetSocketAddress getRemoteSocketAddress()
String toString()
Protected Methods
WSAbstractFrame createEmptyFrame()
void dispatchFrame(WSAbstractFrame frame)
WSAbstractHandshake getHandshake()
[Expand]
Inherited Methods
From class com.ericsson.research.transport.ws.spi.WSAbstractProtocol
From class com.ericsson.research.transport.ws.spi.WSAbstractProtocolWrapper
From class java.lang.Object
From interface com.ericsson.research.transport.ws.WSInterface
From interface com.ericsson.research.transport.ws.WSListener

Public Constructors

public WSPrefetcher (WSSecurityContext securityContext)

Public Methods

public InetSocketAddress getLocalSocketAddress ()

public InetSocketAddress getRemoteSocketAddress ()

public String toString ()

Protected Methods

protected WSAbstractFrame createEmptyFrame ()

protected void dispatchFrame (WSAbstractFrame frame)

protected WSAbstractHandshake getHandshake ()