public class

WSServerImpl

extends Object
implements WSServer ServerSocket.ServerSocketHandler
java.lang.Object
   ↳ com.ericsson.research.transport.ws.spi.WSServerImpl

Summary

Public Constructors
WSServerImpl(WSAcceptListener serverListener, WSSecurityContext securityContext)
WSServerImpl(String host, int port, WSAcceptListener serverListener, WSSecurityContext securityContext)
Public Methods
void accept(Socket sock, ServerSocket ss)
void close()
void error(Throwable exc, ServerSocket ss)
InetSocketAddress getAddress()
WSURI getURI()
void notifyError(Exception e)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.ericsson.research.transport.ws.WSServer
From interface com.ericsson.research.trap.nio.ServerSocket.ServerSocketHandler

Public Constructors

public WSServerImpl (WSAcceptListener serverListener, WSSecurityContext securityContext)

Throws
IOException

public WSServerImpl (String host, int port, WSAcceptListener serverListener, WSSecurityContext securityContext)

Throws
IOException

Public Methods

public void accept (Socket sock, ServerSocket ss)

public void close ()

public void error (Throwable exc, ServerSocket ss)

public InetSocketAddress getAddress ()

public WSURI getURI ()

public void notifyError (Exception e)