Websphere MQ Everyplace

com.ibm.mqe.adapters
Class MQeTcpipHttpAdapter

java.lang.Object
  |
  +--com.ibm.mqe.adapters.MQeCommunicationsAdapter
        |
        +--com.ibm.mqe.adapters.MQeTcpipAdapter
              |
              +--com.ibm.mqe.adapters.MQeTcpipHttpAdapter

public class MQeTcpipHttpAdapter
extends MQeTcpipAdapter

MQeTcpipHttpAdapter extends the MQeTcpipAdapter to provide support for the HTTP 1.0 protocol.This enables two WebSphere MQ Everyplace systems to communicate over a TCP/IP network.

The adapter provides read and write calls that attach HTTP headers to data flows on the TCP/IP stream. This allows MQe data to flow through firewalls, as HTTP flows are generally permitted through certain ports on a firewall, in order to allow access to the World Wide Web.

This class is a descendant of MQeTcpipAdapter. All usual adapter operations that are not listed here, use the implementation provided by this super-class.

Note:

If the http.proxyHost and http.proxyPort properties are set, the http.proxySet property is assumed to be "true" unless explicity set to "false".

See Also:
MQeTcpipAdapter

Field Summary
 
Fields inherited from class com.ibm.mqe.adapters.MQeCommunicationsAdapter
COMMS_ADAPTER_ADDRESS, COMMS_ADAPTER_CLASS, COMMS_ADAPTER_GROUP_SIZE, COMMS_ADAPTER_HTTP_VERSION, COMMS_ADAPTER_LISTEN, COMMS_ADAPTER_NONBLOCKING_TIMEOUT, COMMS_ADAPTER_NOPERSIST, COMMS_ADAPTER_PERSIST, COMMS_ADAPTER_PKTSIZE, COMMS_ADAPTER_PORT, COMMS_ADAPTER_RETRIES, COMMS_ADAPTER_SERVLET, COMMS_ADAPTER_TIMEOUT, COMMS_ADAPTER_VARIANCE, listeningAdapter, persistentAdapter, responderAdapter
 
Constructor Summary
MQeTcpipHttpAdapter()
           
 
Methods inherited from class com.ibm.mqe.adapters.MQeTcpipAdapter
activate, close, open, readLength, readln, temporaryClose, waitForContact
 
Methods inherited from class com.ibm.mqe.adapters.MQeCommunicationsAdapter
createNewAdapter, isStopDemanded, isStopRequested, read, writeData, writeResponse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MQeTcpipHttpAdapter

public MQeTcpipHttpAdapter()

Websphere MQ Everyplace