public interface HTTPInTransport extends InTransport, HTTPTransport
InTransport.getIncomingStream()
represents the body of the HTTP message.HTTPTransport.HTTP_VERSION
Modifier and Type | Method and Description |
---|---|
String |
getPeerAddress()
Gets the IP address of the peer.
|
String |
getPeerDomainName()
Gets the domain name of the peer.
|
getIncomingStream
getHeaderValue, getHTTPMethod, getParameterValue, getParameterValues, getStatusCode, getVersion
getAttribute, getCharacterEncoding, getLocalCredential, getPeerCredential, isAuthenticated, isConfidential, isIntegrityProtected, setAuthenticated, setConfidential, setIntegrityProtected
Copyright © 2018 JBoss by Red Hat. All rights reserved.