public interface HttpNetworkProtocolRequestEvent extends NetworkProtocolRequestEvent, HeaderRetrievable
NetworkProtocolEvent.NetworkTypeProtocolEvent.Type| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDate()
Common HTTP metadata: return the date entry from the header.
|
java.lang.String |
getHost()
Common HTTP metadata: return the host entry from the header.
|
java.lang.String |
getHTTPOrigin()
Common HTTP metadata: return the origin entry from the header.
|
java.lang.String |
getLocalIPAddress()
Retrieve the IP address of the interface on which the request was received.
|
java.lang.String |
getMethod()
Get the http verb/method used from the incoming request.
|
java.lang.String |
getReferer()
Common HTTP metadata: return the referer entry from the header.
|
java.lang.String |
getRemoteIPAddress()
Retrieve the IP address of the client that sent the request.
|
java.lang.String |
getURL()
Get the URL associated with the incoming request
|
java.lang.String |
getUserAgent()
Common HTTP metadata: return the user-agent entry from the header.
|
getDestinationIP, getDestinationPort, getSourceIP, getSourcePortgetNetworkTypegetDestinationAddress, getRequest, getSourceAddressgetHeaderData, getTypegetAllHeaders, getFirstHeader, getHeadersjava.lang.String getDate()
java.lang.String getHost()
java.lang.String getHTTPOrigin()
java.lang.String getReferer()
java.lang.String getUserAgent()
java.lang.String getMethod()
java.lang.String getURL()
java.lang.String getRemoteIPAddress()
java.lang.String getLocalIPAddress()