Uses of Interface
org.xsocket.connection.IServer

Packages that use IServer
org.xsocket.connection Provides classes to handle a connection-oriented, sequenced flow of data in a blocking or non-blocking mode on the server and on the client side. 
 

Uses of IServer in org.xsocket.connection
 

Classes in org.xsocket.connection that implement IServer
 class Server
          Implementation of a server.
 

Methods in org.xsocket.connection with parameters of type IServer
static ObjectName ConnectionUtils.registerMBean(IServer server)
          creates and registers a mbean for the given server on the platform MBeanServer
static ObjectName ConnectionUtils.registerMBean(IServer server, String domain)
          creates and registers a mbean for the given server on the platform MBeanServer under the given domain name
static ObjectName ConnectionUtils.registerMBean(IServer server, String domain, MBeanServer mbeanServer)
          creates and registers a mbean for the given server on the given MBeanServer under the given domain name
static void ConnectionUtils.start(IServer server)
          starts the given server within a dedicated thread.
static void ConnectionUtils.start(IServer server, int timeoutSec)
          starts the given server within a dedicated thread.
 



Copyright 2010 xSocket.org