Class InboundHTTPRequest

java.lang.Object
com.ibm.jakarta.connector2.cics.inbound.InboundHTTPRequest

public class InboundHTTPRequest extends Object
  • Field Details

  • Constructor Details

    • InboundHTTPRequest

      public InboundHTTPRequest()
  • Method Details

    • addHeader

      public void addHeader(String name, String value)
    • getHeaderValue

      public String getHeaderValue(String name)
    • getAllHeaderNames

      public Set<String> getAllHeaderNames()
    • readRequest

      public void readRequest(InputStream cicsData) throws com.ibm.ctg.server.isc.exceptions.ISCParsingException, IOException
      Throws:
      com.ibm.ctg.server.isc.exceptions.ISCParsingException
      IOException
    • readReply

      public void readReply(InputStream cicsData) throws com.ibm.ctg.server.isc.exceptions.ISCParsingException, IOException
      Throws:
      com.ibm.ctg.server.isc.exceptions.ISCParsingException
      IOException
    • getHeaderBytes

      public byte[] getHeaderBytes() throws IOException
      Throws:
      IOException
    • getReplyLength

      public int getReplyLength()
    • getPayloadData

      public byte[] getPayloadData()
    • setAsRequestType

      public void setAsRequestType()
    • getTransaction

      public String getTransaction()