|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WebbitException | |
|---|---|
| org.webbitserver | |
| org.webbitserver.helpers | |
| org.webbitserver.netty | |
| Uses of WebbitException in org.webbitserver |
|---|
| Methods in org.webbitserver that return WebbitException | |
|---|---|
static WebbitException |
WebbitException.fromException(Throwable t,
org.jboss.netty.channel.Channel channel)
|
static WebbitException |
WebbitException.fromExceptionEvent(org.jboss.netty.channel.ExceptionEvent e)
|
| Methods in org.webbitserver that throw WebbitException | |
|---|---|
T |
Endpoint.setupSsl(InputStream keyStore,
String pass)
Setup SSL/TLS handler This is shortcut for setupSsl(keyStore, pass, pass). |
WebServer |
WebServer.setupSsl(InputStream keyStore,
String storePass,
String keyPass)
Setup SSL/TLS handler |
| Uses of WebbitException in org.webbitserver.helpers |
|---|
| Methods in org.webbitserver.helpers that throw WebbitException | |
|---|---|
SSLContext |
SslFactory.getClientContext()
|
SSLContext |
SslFactory.getServerContext(String keyPass)
|
| Uses of WebbitException in org.webbitserver.netty |
|---|
| Methods in org.webbitserver.netty that throw WebbitException | |
|---|---|
NettyWebServer |
NettyWebServer.setupSsl(InputStream keyStore,
String pass)
|
NettyWebServer |
NettyWebServer.setupSsl(InputStream keyStore,
String storePass,
String keyPass)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||