com.ibm.di.connector.WSReceiverServerConnector
Class HTTPHeaders

java.lang.Object
  extended by com.ibm.di.connector.WSReceiverServerConnector.HTTPHeaders

public class HTTPHeaders
extends Object


Constructor Summary
HTTPHeaders()
           
 
Method Summary
static boolean matches(byte[] buf, byte[] target)
           
static boolean matches(byte[] buf, int bufIdx, byte[] target)
           
static boolean matchesCase(byte[] buf, byte[] target)
           
static int parseHeaders(org.apache.axis.transport.http.NonBlockingBufferedInputStream is, byte[] buf, StringBuffer contentType, StringBuffer contentLocation, StringBuffer soapAction, StringBuffer httpRequest, StringBuffer fileName, StringBuffer cookie, StringBuffer cookie2, StringBuffer authInfo, StringBuffer host)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTTPHeaders

public HTTPHeaders()
Method Detail

matches

public static boolean matches(byte[] buf,
                              byte[] target)

matchesCase

public static boolean matchesCase(byte[] buf,
                                  byte[] target)

matches

public static boolean matches(byte[] buf,
                              int bufIdx,
                              byte[] target)

parseHeaders

public static int parseHeaders(org.apache.axis.transport.http.NonBlockingBufferedInputStream is,
                               byte[] buf,
                               StringBuffer contentType,
                               StringBuffer contentLocation,
                               StringBuffer soapAction,
                               StringBuffer httpRequest,
                               StringBuffer fileName,
                               StringBuffer cookie,
                               StringBuffer cookie2,
                               StringBuffer authInfo,
                               StringBuffer host)
                        throws IOException
Throws:
IOException