|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HTTPOutTransport
HTTP-based outbound transport.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.opensaml.ws.transport.http.HTTPTransport |
|---|
HTTPTransport.HTTP_VERSION |
| Method Summary | |
|---|---|
void |
addParameter(String name,
String value)
Sets the given parameter with the given value. |
void |
sendRedirect(String location)
Sends an HTTP 3XX redirect message back to the client. |
void |
setHeader(String name,
String value)
Sets the given header with the given value. |
void |
setStatusCode(int code)
Sets the status code for this transport. |
void |
setVersion(HTTPTransport.HTTP_VERSION version)
Sets the HTTP version to use for outgoing messages. |
| Methods inherited from interface org.opensaml.ws.transport.OutTransport |
|---|
getOutgoingStream, setAttribute, setCharacterEncoding |
| 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 |
|---|
void setVersion(HTTPTransport.HTTP_VERSION version)
version - HTTP version to use for outgoing messages
void setHeader(String name,
String value)
name - header namevalue - header value
void addParameter(String name,
String value)
name - parameter namevalue - parameter valuevoid setStatusCode(int code)
code - status code for this transportvoid sendRedirect(String location)
location - location to redirect the client to
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||