Class HttpTransportInfo
- java.lang.Object
-
- org.glassfish.webservices.monitoring.HttpTransportInfo
-
- All Implemented Interfaces:
TransportInfo
- Direct Known Subclasses:
HttpRequestInfoImpl,HttpResponseInfoImpl
public abstract class HttpTransportInfo extends Object implements TransportInfo
Superclass for all HTTP related transport information.- Author:
- dochez
-
-
Constructor Summary
Constructors Constructor Description HttpTransportInfo()Creates a new instance of HttpTransportInfo
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TransportTypegetTransportType()Return the transport type
-
-
-
Method Detail
-
getTransportType
public TransportType getTransportType()
Description copied from interface:TransportInfoReturn the transport type- Specified by:
getTransportTypein interfaceTransportInfo- Returns:
- the transport type
-
-