| Package | Description |
|---|---|
| org.opensaml.ws.transport.http |
HTTP transport classes included bindings for Servlets.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HttpServletResponseAdapter
Adapts an
HttpServletResponse to an HTTPOutTransport. |
| Modifier and Type | Method and Description |
|---|---|
static void |
HTTPTransportUtils.addNoCacheHeaders(HTTPOutTransport transport)
Adds Cache-Control and Pragma headers meant to disable caching.
|
static void |
HTTPTransportUtils.setContentType(HTTPOutTransport transport,
String contentType)
Sets the MIME content type of the transport.
|
static void |
HTTPTransportUtils.setUTF8Encoding(HTTPOutTransport transport)
Sets the character encoding of the transport to UTF-8.
|
Copyright © 1999-2014. All Rights Reserved.