FileDocCategorySizeDatePackage
HttpTransportInfo.javaAPI DocGlassfish v2 API2392Fri May 04 22:36:16 BST 2007com.sun.enterprise.webservice.monitoring

HttpTransportInfo

public abstract class HttpTransportInfo extends Object implements TransportInfo
Superclass for all HTTP related transport information.
author
dochez

Fields Summary
Constructors Summary
public HttpTransportInfo()
Creates a new instance of HttpTransportInfo

    
Methods Summary
public TransportTypegetTransportType()

return
the transport type

        return TransportType.HTTP;