Package com.luciad.io.transport
package com.luciad.io.transport
This package provides API to model and encapsulate transport requests and responses between
a client and server.
It is very much tailored towards the HTTP protocol, even though it is not really dependent on it.
- Since:
- 11.0
-
ClassDescriptionA transport service based on a request-response protocol.Factory to create an ILcdTransport, encapsulating network transport functionality.A representation of a transport request.Default transport factory for HTTP transports, based on Apache's HttpClient library 4.5.2.A request to a transport service.A response from a transport service.