Package org.marid.racks.net
Class ServerSocketRack
java.lang.Object
org.marid.runtime.model.AbstractRack<java.net.ServerSocket>
org.marid.racks.net.ServerSocketRack
public class ServerSocketRack extends AbstractRack<java.net.ServerSocket>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ServerSocketRack(int port, int backlog, java.net.InetAddress bindAddress) -
Method Summary
Modifier and Type Method Description voidinputBufferSize(int size)voidoutputBufferSize(int size)intport()Methods inherited from class org.marid.runtime.model.AbstractRack
classLoader, deployment, get, init
-
Constructor Details
-
ServerSocketRack
public ServerSocketRack(int port, int backlog, java.net.InetAddress bindAddress)
-
-
Method Details
-
inputBufferSize
public void inputBufferSize(int size) throws java.io.IOException- Throws:
java.io.IOException
-
outputBufferSize
public void outputBufferSize(int size) throws java.io.IOException- Throws:
java.io.IOException
-
port
public int port()
-