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.Server
socket
- the pipelinejava.io.IOException
public void stop() throws java.io.IOException
stop
in interface org.simpleframework.transport.Server
java.io.IOException
Copyright © 2005-2012. All Rights Reserved.