Methods Summary |
---|
public java.lang.String | getHost()String representation of the IPv4 or IPv6 address that this host is listening
to.
|
public MessageListener | getMessageListener()Returns the message listener that is associated with this receiver
|
public int | getPort()Returns the listening port
|
public int | getSecurePort()Returns the secure listening port
|
public void | setMessageListener(MessageListener listener)Sets the message listener to receive notification of incoming
|
public void | start()Start listening for incoming messages on the host/port
|
public void | stop()Stop listening for messages
|