Class InboundSender

java.lang.Object
com.ibm.jakarta.connector2.cics.inbound.InboundSender
All Implemented Interfaces:
com.ibm.ctg.util.TraceTrackable

public class InboundSender extends Object implements com.ibm.ctg.util.TraceTrackable
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    write(byte[] data, boolean updateStats)
    Writes raw data to the socket and optionally updates statistics.
    void
    write(byte[] headerBytes, byte[] data, int offset, int length)
    Writes a header and data to the socket and updates statistics.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Method Details

    • write

      public void write(byte[] data, boolean updateStats) throws IOException
      Writes raw data to the socket and optionally updates statistics.
      Throws:
      IOException
    • write

      public void write(byte[] headerBytes, byte[] data, int offset, int length) throws IOException
      Writes a header and data to the socket and updates statistics.
      Throws:
      IOException
    • getTrackableName

      public String getTrackableName()
      Specified by:
      getTrackableName in interface com.ibm.ctg.util.TraceTrackable