public class HttpServletResponseHttpTransmitter extends Object implements be.fedict.eid.applet.shared.protocol.HttpTransmitter
HttpServletResponse
.Constructor and Description |
---|
HttpServletResponseHttpTransmitter(HttpServletResponse httpServletResponse)
Main constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
addHeader(String headerName,
String headerValue) |
boolean |
isSecure() |
void |
setBody(byte[] bodyValue) |
public HttpServletResponseHttpTransmitter(HttpServletResponse httpServletResponse)
httpServletResponse
- public void addHeader(String headerName, String headerValue)
addHeader
in interface be.fedict.eid.applet.shared.protocol.HttpTransmitter
public void setBody(byte[] bodyValue)
setBody
in interface be.fedict.eid.applet.shared.protocol.HttpTransmitter
public boolean isSecure()
isSecure
in interface be.fedict.eid.applet.shared.protocol.HttpTransmitter
Copyright © 2008-2015 FedICT. All Rights Reserved.