public abstract class ServerBase extends java.lang.Object
ServerBase(java.util.Collection<java.net.InetSocketAddress> addresses, ProtocolConfigurationFactory protocolConfigurationFactory)
abstract ServerConnection
createNewConnection(IoSession session)
void
dispose()
java.util.Set<java.net.InetSocketAddress>
start()
stop()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ServerBase(java.util.Collection<java.net.InetSocketAddress> addresses, ProtocolConfigurationFactory protocolConfigurationFactory) throws java.lang.Exception
java.lang.Exception
public java.util.Set<java.net.InetSocketAddress> start() throws java.io.IOException
java.io.IOException
public void stop()
public void dispose()
public abstract ServerConnection createNewConnection(IoSession session)
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0