Index
All Classes and Interfaces|All Packages|Serialized Form
A
- accept(ServerWebSocketContainer) - Method in class org.noear.solon.boot.jetty.websocket.WebSocketConfiguratorImpl
- addHttpPort(int) - Method in class org.noear.solon.boot.jetty.JettyServerBase
-
添加 HttpPort(当 ssl 时,可再开个 http 端口)
- addHttpPorts - Variable in class org.noear.solon.boot.jetty.JettyServerBase
B
- buildHandler() - Method in class org.noear.solon.boot.jetty.JettyServer
-
获取Server Handler
- buildHandler() - Method in class org.noear.solon.boot.jetty.JettyServerAddJsp
-
获取Server Handler
C
- close() - Method in class org.noear.solon.boot.jetty.websocket.WebSocketImpl
- createTldInfos(String...) - Static method in class org.noear.solon.boot.jetty.jsp.JspTldLocator
- createWebSocket(ServerUpgradeRequest, ServerUpgradeResponse, Callback) - Method in class org.noear.solon.boot.jetty.websocket.WebSocketCreatorImpl
D
- doStart() - Method in class org.noear.solon.boot.jetty.jsp.JspLifeCycle
E
- enableSessionState - Variable in class org.noear.solon.boot.jetty.JettyServerBase
- enableSessionState(boolean) - Method in class org.noear.solon.boot.jetty.JettyServerBase
- enableSsl(boolean, SSLContext) - Method in class org.noear.solon.boot.jetty.JettyServerBase
-
是否允许Ssl
- enableWebSocket - Variable in class org.noear.solon.boot.jetty.JettyServer
- enableWebSocket(boolean) - Method in class org.noear.solon.boot.jetty.JettyServer
- executor - Variable in class org.noear.solon.boot.jetty.JettyServerBase
G
- getConnector(Server, String, int, boolean) - Method in class org.noear.solon.boot.jetty.JettyServerBase
-
创建连接器(支持https)
- getIdleTimeout() - Method in class org.noear.solon.boot.jetty.websocket.WebSocketImpl
- getProps() - Method in class org.noear.solon.boot.jetty.JettyServerBase
- getServletHandler() - Method in class org.noear.solon.boot.jetty.JettyServerBase
I
- init() - Method in class org.noear.solon.boot.jetty.http.JtHttpContextServletHandler
- isSecure() - Method in class org.noear.solon.boot.jetty.JettyServerBase
- isSecure() - Method in class org.noear.solon.boot.jetty.websocket.WebSocketImpl
- isValid() - Method in class org.noear.solon.boot.jetty.websocket.WebSocketImpl
J
- JettyPlugin - Class in org.noear.solon.boot.jetty.integration
- JettyPlugin() - Constructor for class org.noear.solon.boot.jetty.integration.JettyPlugin
- JettyServer - Class in org.noear.solon.boot.jetty
- JettyServer() - Constructor for class org.noear.solon.boot.jetty.JettyServer
- JettyServerAddJsp - Class in org.noear.solon.boot.jetty
- JettyServerAddJsp() - Constructor for class org.noear.solon.boot.jetty.JettyServerAddJsp
- JettyServerBase - Class in org.noear.solon.boot.jetty
- JettyServerBase() - Constructor for class org.noear.solon.boot.jetty.JettyServerBase
- JspLifeCycle - Class in org.noear.solon.boot.jetty.jsp
- JspLifeCycle(ServletContextHandler) - Constructor for class org.noear.solon.boot.jetty.jsp.JspLifeCycle
- JspTldLocator - Class in org.noear.solon.boot.jetty.jsp
-
Tld 探测器
- JspTldLocator() - Constructor for class org.noear.solon.boot.jetty.jsp.JspTldLocator
- JtContainerInitializer - Class in org.noear.solon.boot.jetty.http
- JtContainerInitializer(ServletContext) - Constructor for class org.noear.solon.boot.jetty.http.JtContainerInitializer
- JtHttpContextServletHandler - Class in org.noear.solon.boot.jetty.http
- JtHttpContextServletHandler() - Constructor for class org.noear.solon.boot.jetty.http.JtHttpContextServletHandler
L
- lifeCycleStarting(LifeCycle) - Method in class org.noear.solon.boot.jetty.http.JtContainerInitializer
- localAddress() - Method in class org.noear.solon.boot.jetty.websocket.WebSocketImpl
O
- onWebSocketBinary(ByteBuffer, Callback) - Method in class org.noear.solon.boot.jetty.websocket.WebSocketListenerImpl
- onWebSocketClose(int, String, Callback) - Method in class org.noear.solon.boot.jetty.websocket.WebSocketListenerImpl
- onWebSocketError(Throwable) - Method in class org.noear.solon.boot.jetty.websocket.WebSocketListenerImpl
- onWebSocketOpen(Session) - Method in class org.noear.solon.boot.jetty.websocket.WebSocketListenerImpl
- onWebSocketPing(ByteBuffer) - Method in class org.noear.solon.boot.jetty.websocket.WebSocketListenerImpl
- onWebSocketPong(ByteBuffer) - Method in class org.noear.solon.boot.jetty.websocket.WebSocketListenerImpl
- onWebSocketText(String) - Method in class org.noear.solon.boot.jetty.websocket.WebSocketListenerImpl
- org.noear.solon.boot.jetty - package org.noear.solon.boot.jetty
- org.noear.solon.boot.jetty.http - package org.noear.solon.boot.jetty.http
- org.noear.solon.boot.jetty.integration - package org.noear.solon.boot.jetty.integration
- org.noear.solon.boot.jetty.jsp - package org.noear.solon.boot.jetty.jsp
- org.noear.solon.boot.jetty.websocket - package org.noear.solon.boot.jetty.websocket
P
- preHandle(Context) - Method in class org.noear.solon.boot.jetty.http.JtHttpContextServletHandler
- props - Variable in class org.noear.solon.boot.jetty.JettyServerBase
R
- real - Variable in class org.noear.solon.boot.jetty.JettyServer
- remoteAddress() - Method in class org.noear.solon.boot.jetty.websocket.WebSocketImpl
S
- send(String) - Method in class org.noear.solon.boot.jetty.websocket.WebSocketImpl
- send(ByteBuffer) - Method in class org.noear.solon.boot.jetty.websocket.WebSocketImpl
- service(HttpServletRequest, HttpServletResponse) - Method in class org.noear.solon.boot.jetty.http.JtHttpContextServletHandler
- setExecutor(Executor) - Method in class org.noear.solon.boot.jetty.JettyServerBase
- setIdleTimeout(long) - Method in class org.noear.solon.boot.jetty.websocket.WebSocketImpl
- setup(String, int) - Method in class org.noear.solon.boot.jetty.JettyServer
- signal() - Static method in class org.noear.solon.boot.jetty.integration.JettyPlugin
- solon_boot_ver() - Static method in class org.noear.solon.boot.jetty.integration.JettyPlugin
- sslConfig - Variable in class org.noear.solon.boot.jetty.JettyServerBase
- start(String, int) - Method in class org.noear.solon.boot.jetty.JettyServer
- start(AppContext) - Method in class org.noear.solon.boot.jetty.integration.JettyPlugin
- stop() - Method in class org.noear.solon.boot.jetty.integration.JettyPlugin
- stop() - Method in class org.noear.solon.boot.jetty.JettyServer
W
- WebSocketConfiguratorImpl - Class in org.noear.solon.boot.jetty.websocket
-
WebSocket 配置器
- WebSocketConfiguratorImpl() - Constructor for class org.noear.solon.boot.jetty.websocket.WebSocketConfiguratorImpl
- WebSocketCreatorImpl - Class in org.noear.solon.boot.jetty.websocket
-
WebSocket 生成器
- WebSocketCreatorImpl() - Constructor for class org.noear.solon.boot.jetty.websocket.WebSocketCreatorImpl
- WebSocketImpl - Class in org.noear.solon.boot.jetty.websocket
- WebSocketImpl(Session) - Constructor for class org.noear.solon.boot.jetty.websocket.WebSocketImpl
- WebSocketListenerImpl - Class in org.noear.solon.boot.jetty.websocket
-
WebSokcet 监听器
- WebSocketListenerImpl() - Constructor for class org.noear.solon.boot.jetty.websocket.WebSocketListenerImpl
All Classes and Interfaces|All Packages|Serialized Form