org.opensaml.ws.transport.http
Interface HTTPInTransport

All Superinterfaces:
HTTPTransport, InTransport, Transport
All Known Implementing Classes:
HttpServletRequestAdapter

public interface HTTPInTransport
extends InTransport, HTTPTransport

HTTP-based inbound transport. The stream returned by InTransport.getIncomingStream() represents the body of the HTTP message.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.opensaml.ws.transport.http.HTTPTransport
HTTPTransport.HTTP_VERSION
 
Method Summary
 java.lang.String getPeerAddress()
          Gets the IP address of the peer.
 java.lang.String getPeerDomainName()
          Gets the domain name of the peer.
 
Methods inherited from interface org.opensaml.ws.transport.InTransport
getIncomingStream
 
Methods inherited from interface org.opensaml.ws.transport.http.HTTPTransport
getHeaderValue, getHTTPMethod, getParameterValue, getParameterValues, getStatusCode, getVersion
 
Methods inherited from interface org.opensaml.ws.transport.Transport
getAttribute, getCharacterEncoding, getLocalCredential, getPeerCredential, isAuthenticated, isConfidential, isIntegrityProtected, setAuthenticated, setConfidential, setIntegrityProtected
 

Method Detail

getPeerAddress

java.lang.String getPeerAddress()
Gets the IP address of the peer.

Returns:
IP address of the peer

getPeerDomainName

java.lang.String getPeerDomainName()
Gets the domain name of the peer.

Returns:
domain name of the peer


Copyright © 2006-2011 Internet2. All Rights Reserved.