Interface TransportInfo
-
- All Known Implementing Classes:
HttpRequestInfoImpl,HttpResponseInfoImpl,HttpTransportInfo
public interface TransportInfoSuper interface for all transport dependent information- Author:
- Jerome Dochez
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TransportTypegetTransportType()Return the transport type
-
-
-
Method Detail
-
getTransportType
TransportType getTransportType()
Return the transport type
-
-