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:
JettyExchange
public class JettyHttpsExchange
extends com.sun.net.httpserver.HttpsExchange
implements JettyExchange
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionJettyHttpsExchange
(com.sun.net.httpserver.HttpContext jaxWsContext, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
boolean
getAttribute
(String name) com.sun.net.httpserver.HttpContext
com.sun.net.httpserver.HttpPrincipal
com.sun.net.httpserver.Headers
int
com.sun.net.httpserver.Headers
int
hashCode()
void
sendResponseHeaders
(int rCode, long responseLength) void
setAttribute
(String name, Object value) void
setPrincipal
(com.sun.net.httpserver.HttpPrincipal principal) void
toString()
-
Field Details
-
_delegate
-
-
Constructor Details
-
JettyHttpsExchange
public JettyHttpsExchange(com.sun.net.httpserver.HttpContext jaxWsContext, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
-
-
Method Details
-
hashCode
public int hashCode() -
getRequestHeaders
public com.sun.net.httpserver.Headers getRequestHeaders()- Specified by:
getRequestHeaders
in classcom.sun.net.httpserver.HttpExchange
-
getResponseHeaders
public com.sun.net.httpserver.Headers getResponseHeaders()- Specified by:
getResponseHeaders
in classcom.sun.net.httpserver.HttpExchange
-
getRequestURI
- Specified by:
getRequestURI
in classcom.sun.net.httpserver.HttpExchange
-
getRequestMethod
- Specified by:
getRequestMethod
in classcom.sun.net.httpserver.HttpExchange
-
getHttpContext
public com.sun.net.httpserver.HttpContext getHttpContext()- Specified by:
getHttpContext
in classcom.sun.net.httpserver.HttpExchange
-
close
public void close()- Specified by:
close
in classcom.sun.net.httpserver.HttpExchange
-
equals
-
getRequestBody
- Specified by:
getRequestBody
in classcom.sun.net.httpserver.HttpExchange
-
getResponseBody
- Specified by:
getResponseBody
in classcom.sun.net.httpserver.HttpExchange
-
sendResponseHeaders
- Specified by:
sendResponseHeaders
in classcom.sun.net.httpserver.HttpExchange
- Throws:
IOException
-
getRemoteAddress
- Specified by:
getRemoteAddress
in classcom.sun.net.httpserver.HttpExchange
-
getResponseCode
public int getResponseCode()- Specified by:
getResponseCode
in classcom.sun.net.httpserver.HttpExchange
-
getLocalAddress
- Specified by:
getLocalAddress
in classcom.sun.net.httpserver.HttpExchange
-
getProtocol
- Specified by:
getProtocol
in classcom.sun.net.httpserver.HttpExchange
-
getAttribute
- Specified by:
getAttribute
in classcom.sun.net.httpserver.HttpExchange
-
setAttribute
- Specified by:
setAttribute
in classcom.sun.net.httpserver.HttpExchange
-
setStreams
- Specified by:
setStreams
in classcom.sun.net.httpserver.HttpExchange
-
getPrincipal
public com.sun.net.httpserver.HttpPrincipal getPrincipal()- Specified by:
getPrincipal
in interfaceJettyExchange
- Specified by:
getPrincipal
in classcom.sun.net.httpserver.HttpExchange
-
setPrincipal
public void setPrincipal(com.sun.net.httpserver.HttpPrincipal principal) - Specified by:
setPrincipal
in interfaceJettyExchange
-
toString
-
getSSLSession
- Specified by:
getSSLSession
in classcom.sun.net.httpserver.HttpsExchange
- See Also:
-
HttpsExchange.getSSLSession()
-