Uses of Class
com.luciad.io.transport.TLcdTransportAccessPoint
Packages that use 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
Methods in com.luciad.fusion.common that return types with arguments of type TLcdTransportAccessPointModifier and TypeMethodDescriptionTLfnLTSOperation.getHttpAccessPoints()Gets the HTTP access points for this operation.Constructor parameters in com.luciad.fusion.common with type arguments of type TLcdTransportAccessPointModifierConstructorDescriptionTLfnLTSOperation(String aName, List<TLcdTransportAccessPoint> aAccessPoints) Creates an operation. -
Uses of TLcdTransportAccessPoint in com.luciad.io.transport
Methods in com.luciad.io.transport that return types with arguments of type TLcdTransportAccessPointModifier and TypeMethodDescriptionTLcdTransportRequest.getTransportAccessPoints()Gets the transport access points of this request.Constructor parameters in com.luciad.io.transport with type arguments of type TLcdTransportAccessPointModifierConstructorDescriptionTLcdTransportRequest(List<TLcdTransportAccessPoint> aAccessPoints, List<TLcdPair<String, String>> aHeaders, ReadableByteChannel aContent, String aContentType, long aContentLength) Creates a new request.