be.fedict.eid.applet.service.impl
Class HttpServletRequestHttpReceiver
java.lang.Object
be.fedict.eid.applet.service.impl.HttpServletRequestHttpReceiver
- All Implemented Interfaces:
- be.fedict.eid.applet.shared.protocol.HttpReceiver
public class HttpServletRequestHttpReceiver
- extends Object
- implements be.fedict.eid.applet.shared.protocol.HttpReceiver
HttpServletRequest based HTTP receiver.
- Author:
- Frank Cornelis
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpServletRequestHttpReceiver
public HttpServletRequestHttpReceiver(HttpServletRequest httpServletRequest,
boolean skipSecureConnectionCheck)
- Main constructor.
- Parameters:
httpServletRequest
- skipSecureConnectionCheck
- set to true
to skip the check on a secure SSL
connection.
getBody
public byte[] getBody()
- Specified by:
getBody
in interface be.fedict.eid.applet.shared.protocol.HttpReceiver
getHeaderNames
public List<String> getHeaderNames()
- Specified by:
getHeaderNames
in interface be.fedict.eid.applet.shared.protocol.HttpReceiver
getHeaderValue
public String getHeaderValue(String headerName)
- Specified by:
getHeaderValue
in interface be.fedict.eid.applet.shared.protocol.HttpReceiver
isSecure
public boolean isSecure()
- Specified by:
isSecure
in interface be.fedict.eid.applet.shared.protocol.HttpReceiver
Copyright © 2008-2011 FedICT. All Rights Reserved.