Class JettyHttpsExchange
java.lang.Object
com.sun.net.httpserver.HttpExchange
com.sun.net.httpserver.HttpsExchange
org.eclipse.jetty.http.spi.JettyHttpsExchange
- All Implemented Interfaces:
 Request, AutoCloseable, JettyExchange
- 
Constructor Summary
Constructors - 
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
 
 - 
 - 
Method Details
- 
hashCode
 - 
getRequestHeaders
- Specified by:
 getRequestHeadersin interfaceRequest- Specified by:
 getRequestHeadersin classHttpExchange
 - 
getResponseHeaders
- Specified by:
 getResponseHeadersin classHttpExchange
 - 
getRequestURI
- Specified by:
 getRequestURIin interfaceRequest- Specified by:
 getRequestURIin classHttpExchange
 - 
getRequestMethod
- Specified by:
 getRequestMethodin interfaceRequest- 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
 
 -