public class SimpleServer
extends java.lang.Object
implements org.simpleframework.transport.Server
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROPERTY_ENGINE |
static java.lang.String |
PROPERTY_SOCKET |
| Constructor and Description |
|---|
SimpleServer(org.simpleframework.transport.Server server)
Constructor.
|
public static final java.lang.String PROPERTY_SOCKET
public static final java.lang.String PROPERTY_ENGINE
public SimpleServer(org.simpleframework.transport.Server server)
public void process(org.simpleframework.transport.Socket socket)
throws java.io.IOException
process in interface org.simpleframework.transport.Serversocket - the pipelinejava.io.IOExceptionpublic void stop()
throws java.io.IOException
stop in interface org.simpleframework.transport.Serverjava.io.IOExceptionCopyright © 2005-2012. All Rights Reserved.