public interface

ManagedServerSocketClient

com.ericsson.research.transport.ManagedServerSocketClient
Known Indirect Subclasses

Summary

Public Methods
abstract void notifyAccept(ManagedSocket socket)
abstract void notifyBound(ManagedServerSocket socket)
Indicates the specified server socket has successfully bound to the host/port required.
abstract void notifyError(Exception e)
Notifies the client of an error while opening the server socket.

Public Methods

public abstract void notifyAccept (ManagedSocket socket)

public abstract void notifyBound (ManagedServerSocket socket)

Indicates the specified server socket has successfully bound to the host/port required.

public abstract void notifyError (Exception e)

Notifies the client of an error while opening the server socket.