| Package | Description |
|---|---|
| org.apache.servicemix.http | |
| org.apache.servicemix.http.endpoints | |
| org.apache.servicemix.http.jetty | |
| org.apache.servicemix.http.processors |
| Modifier and Type | Field and Description |
|---|---|
protected SslParameters |
HttpEndpoint.ssl |
| Modifier and Type | Method and Description |
|---|---|
SslParameters |
HttpEndpoint.getSsl() |
SslParameters |
HttpProcessor.getSsl() |
SslParameters |
ManagedContextManager.MainProcessor.getSsl() |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpEndpoint.setSsl(SslParameters ssl)
Sets the properties used to configure SSL for the endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
SslParameters |
HttpConsumerEndpoint.getSsl() |
SslParameters |
HttpProviderEndpoint.getSsl() |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpConsumerEndpoint.setSsl(SslParameters ssl)
Sets the properties used to configure SSL for the endpoint.
|
void |
HttpProviderEndpoint.setSsl(SslParameters ssl)
Sets the SSL parameters
|
| Modifier and Type | Method and Description |
|---|---|
protected org.eclipse.jetty.server.Server |
JettyContextManager.createServer(java.net.URL url,
SslParameters ssl) |
| Modifier and Type | Method and Description |
|---|---|
SslParameters |
ConsumerProcessor.getSsl() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CommonsHttpSSLSocketFactory.createManagedFactory(SslParameters ssl,
KeystoreManager keystoreManager) |
protected void |
CommonsHttpSSLSocketFactory.createUnmanagedFactory(SslParameters ssl) |
| Constructor and Description |
|---|
CommonsHttpSSLSocketFactory(SslParameters ssl,
KeystoreManager keystoreManager) |
Copyright © 2005-2014 FuseSource. All Rights Reserved.