Interface OutboundHandler


public interface OutboundHandler
An outbound handler send "Writables" to a network.
Author:
IIT Software GmbH, Bremen/Germany, (c) 2011, All Rights Reserved
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    send(Writable writable)
    Send a Writable to the network.
  • Method Details

    • send

      void send(Writable writable)
      Send a Writable to the network.
      Parameters:
      writable - Writable