be.fedict.eid.applet.service.impl
Class HttpServletResponseHttpTransmitter
java.lang.Object
be.fedict.eid.applet.service.impl.HttpServletResponseHttpTransmitter
- All Implemented Interfaces:
- be.fedict.eid.applet.shared.protocol.HttpTransmitter
public class HttpServletResponseHttpTransmitter
- extends Object
- implements be.fedict.eid.applet.shared.protocol.HttpTransmitter
Implementation of a transport component using HttpServletResponse
.
- Author:
- Frank Cornelis
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpServletResponseHttpTransmitter
public HttpServletResponseHttpTransmitter(HttpServletResponse httpServletResponse)
- Main constructor.
- Parameters:
httpServletResponse
-
addHeader
public void addHeader(String headerName,
String headerValue)
- Specified by:
addHeader
in interface be.fedict.eid.applet.shared.protocol.HttpTransmitter
setBody
public void setBody(byte[] bodyValue)
- Specified by:
setBody
in interface be.fedict.eid.applet.shared.protocol.HttpTransmitter
isSecure
public boolean isSecure()
- Specified by:
isSecure
in interface be.fedict.eid.applet.shared.protocol.HttpTransmitter
Copyright © 2008-2013 FedICT. All Rights Reserved.