-
- All Implemented Interfaces:
-
com.hexagonkt.http.model.HttpBase,com.hexagonkt.http.model.HttpMessage,com.hexagonkt.http.model.HttpRequest
public interface HttpServerRequestPort implements HttpRequest
-
-
Method Summary
Modifier and Type Method Description X509Certificatecertificate()abstract List<X509Certificate>getCertificateChain()abstract LonggetContentLength()-
Methods inherited from class com.hexagonkt.http.model.HttpBase
bodyString, getBody, getContentType, getHeaders -
Methods inherited from class com.hexagonkt.http.model.HttpMessage
cookiesMap, getCookies -
Methods inherited from class com.hexagonkt.http.model.HttpRequest
getAccept, getFormParameters, getHost, getMethod, getParts, getPath, getPort, getProtocol, getQueryParameters, origin, partsMap, referer, url, userAgent -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
certificate
X509Certificate certificate()
-
getCertificateChain
abstract List<X509Certificate> getCertificateChain()
-
getContentLength
abstract Long getContentLength()
-
-
-
-