Uses of Class
com.luciad.io.transport.TLcdTransportAccessPoint
Package
Description
Common functionality for the LuciadLightspeed Fusion Client
and LuciadFusion.
This package provides API to model and encapsulate transport requests and responses between
a client and server.
-
Uses of TLcdTransportAccessPoint in com.luciad.fusion.common
Modifier and TypeMethodDescriptionTLfnLTSOperation.getHttpAccessPoints()
Gets the HTTP access points for this operation.ModifierConstructorDescriptionTLfnLTSOperation
(String aName, List<TLcdTransportAccessPoint> aAccessPoints) Creates an operation. -
Uses of TLcdTransportAccessPoint in com.luciad.io.transport
Modifier and TypeMethodDescriptionTLcdTransportRequest.getTransportAccessPoints()
Gets the transport access points of this request.ModifierConstructorDescriptionTLcdTransportRequest
(List<TLcdTransportAccessPoint> aAccessPoints, List<TLcdPair<String, String>> aHeaders, ReadableByteChannel aContent, String aContentType, long aContentLength) Creates a new request.