Package org.eclipse.jetty.http.spi
Class JettyHttpsExchange
java.lang.Object
com.sun.net.httpserver.HttpExchange
com.sun.net.httpserver.HttpsExchange
org.eclipse.jetty.http.spi.JettyHttpsExchange
- All Implemented Interfaces:
AutoCloseable,JettyExchange
-
Constructor Summary
ConstructorsConstructorDescriptionJettyHttpsExchange(HttpContext jaxWsContext, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()booleangetAttribute(String name) intinthashCode()voidsendResponseHeaders(int rCode, long responseLength) voidsetAttribute(String name, Object value) voidsetPrincipal(HttpPrincipal principal) voidtoString()
-
Constructor Details
-
JettyHttpsExchange
public JettyHttpsExchange(HttpContext jaxWsContext, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
-
-
Method Details
-
hashCode
public int hashCode() -
getRequestHeaders
- Specified by:
getRequestHeadersin classHttpExchange
-
getResponseHeaders
- Specified by:
getResponseHeadersin classHttpExchange
-
getRequestURI
- Specified by:
getRequestURIin classHttpExchange
-
getRequestMethod
- Specified by:
getRequestMethodin classHttpExchange
-
getHttpContext
- Specified by:
getHttpContextin classHttpExchange
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein classHttpExchange
-
equals
-
getRequestBody
- Specified by:
getRequestBodyin classHttpExchange
-
getResponseBody
- Specified by:
getResponseBodyin classHttpExchange
-
sendResponseHeaders
- Specified by:
sendResponseHeadersin classHttpExchange- Throws:
IOException
-
getRemoteAddress
- Specified by:
getRemoteAddressin classHttpExchange
-
getResponseCode
public int getResponseCode()- Specified by:
getResponseCodein classHttpExchange
-
getLocalAddress
- Specified by:
getLocalAddressin classHttpExchange
-
getProtocol
- Specified by:
getProtocolin classHttpExchange
-
getAttribute
- Specified by:
getAttributein classHttpExchange
-
setAttribute
- Specified by:
setAttributein classHttpExchange
-
setStreams
- Specified by:
setStreamsin classHttpExchange
-
getPrincipal
- Specified by:
getPrincipalin interfaceJettyExchange- Specified by:
getPrincipalin classHttpExchange
-
setPrincipal
- Specified by:
setPrincipalin interfaceJettyExchange
-
toString
-
getSSLSession
- Specified by:
getSSLSessionin classHttpsExchange
-