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

    Fields inherited from class org.marid.runtime.model.AbstractRack

    caller, index, instance
  • Constructor Summary

    Constructors 
    Constructor Description
    ServerSocketRack​(int port, int backlog, java.net.InetAddress bindAddress)  
  • Method Summary

    Modifier and Type Method Description
    void inputBufferSize​(int size)  
    void outputBufferSize​(int size)  
    int port()  

    Methods inherited from class org.marid.runtime.model.AbstractRack

    classLoader, deployment, get, init

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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()