Class ServerSendBufferResizer

java.lang.Object
com.illumon.iris.db.tables.remotequery.ServerSendBufferResizer
All Implemented Interfaces:
com.fishlib.base.Procedure.Unary<Socket>

public class ServerSendBufferResizer
extends Object
implements com.fishlib.base.Procedure.Unary<Socket>
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.fishlib.base.Procedure.Unary

    com.fishlib.base.Procedure.Unary.Null<A extends Object>
  • Constructor Summary

    Constructors 
    Constructor Description
    ServerSendBufferResizer​(String propertyPrefix)  
  • Method Summary

    Modifier and Type Method Description
    void call​(Socket socket)
    Invoked on a connected socket - determines whether/how to override the send buffer size based on the address of the other side.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • call

      public void call​(Socket socket)
      Invoked on a connected socket - determines whether/how to override the send buffer size based on the address of the other side. Applies rules in order - first match "wins."
      Specified by:
      call in interface com.fishlib.base.Procedure.Unary<Socket>
      Parameters:
      socket -