|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of SSLImplementation in com.sun.enterprise.web.connector.grizzly.blocking |
|---|
| Fields in com.sun.enterprise.web.connector.grizzly.blocking declared as SSLImplementation | |
|---|---|
protected SSLImplementation |
ProcessorBlockingTask.sslImplementation
The wrapper used to support SSL. |
protected SSLImplementation |
SelectorBlockingThread.sslImplementation
|
| Methods in com.sun.enterprise.web.connector.grizzly.blocking that return SSLImplementation | |
|---|---|
SSLImplementation |
ProcessorBlockingTask.getSSLImplementation()
Return the current SSLImplementation this Thread |
SSLImplementation |
SelectorBlockingThread.getSSLImplementation()
Return the current SSLImplementation this Thread |
| Methods in com.sun.enterprise.web.connector.grizzly.blocking with parameters of type SSLImplementation | |
|---|---|
void |
ProcessorBlockingTask.setSSLImplementation(SSLImplementation sslImplementation)
Set the SSLImplementation used by this thread.It usually
means HTTPS will be used. |
void |
SelectorBlockingThread.setSSLImplementation(SSLImplementation sslImplementation)
Set the SSLImplementation used by this thread.It usually
means HTTPS will be used. |
| Uses of SSLImplementation in com.sun.enterprise.web.connector.grizzly.ssl |
|---|
| Fields in com.sun.enterprise.web.connector.grizzly.ssl declared as SSLImplementation | |
|---|---|
protected SSLImplementation |
SSLReadTask.sslImplementation
The Coyote SSLImplementation used to retrive the SSLContext |
| Methods in com.sun.enterprise.web.connector.grizzly.ssl that return SSLImplementation | |
|---|---|
SSLImplementation |
SSLSelectorThread.getSSLImplementation()
Return the current SSLImplementation this Thread |
| Methods in com.sun.enterprise.web.connector.grizzly.ssl with parameters of type SSLImplementation | |
|---|---|
void |
SSLReadTask.setSSLImplementation(SSLImplementation sslImplementation)
Set the Coyote SSLImplemenation |
void |
SSLSelectorThread.setSSLImplementation(SSLImplementation sslImplementation)
Set the Coyote SSLImplementation. |
| Uses of SSLImplementation in org.apache.coyote.http11 |
|---|
| Fields in org.apache.coyote.http11 declared as SSLImplementation | |
|---|---|
protected SSLImplementation |
Http11Protocol.sslImplementation
|
| Uses of SSLImplementation in org.apache.tomcat.util.net |
|---|
| Methods in org.apache.tomcat.util.net that return SSLImplementation | |
|---|---|
static SSLImplementation |
SSLImplementation.getInstance()
|
static SSLImplementation |
SSLImplementation.getInstance(String className)
|
| Uses of SSLImplementation in org.apache.tomcat.util.net.jsse |
|---|
| Subclasses of SSLImplementation in org.apache.tomcat.util.net.jsse | |
|---|---|
class |
JSSEImplementation
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||