跳过导航链接
A C D E F G H I M R S T W 

A

AbstractWsServerHandler - com.github.ji4597056.server中的类
websocket server handler
AbstractWsServerHandler() - 类 的构造器com.github.ji4597056.server.AbstractWsServerHandler
 
addHandler(AbstractWsServerHandler...) - 类 中的方法com.github.ji4597056.DefaultWsHandlerRegistration
 
addHandler(AbstractWsServerHandler...) - 接口 中的方法com.github.ji4597056.WsHandlerRegistration
add AbstractWsServerHandler
addInterceptor(HandshakeInterceptor...) - 类 中的方法com.github.ji4597056.DefaultWsHandlerRegistration
 
addInterceptor(HandshakeInterceptor...) - 接口 中的方法com.github.ji4597056.WsHandlerRegistration
add HandshakeInterceptor
afterConnectionClosed(WebSocketSession, CloseStatus) - 类 中的方法com.github.ji4597056.server.AbstractWsServerHandler
 
afterConnectionEstablished(WebSocketSession) - 类 中的方法com.github.ji4597056.server.AbstractWsServerHandler
 

C

channelActive(ChannelHandlerContext) - 类 中的方法com.github.ji4597056.client.WsForwardClientHandler
 
channelInactive(ChannelHandlerContext) - 类 中的方法com.github.ji4597056.client.WsForwardClientHandler
 
channelRead0(ChannelHandlerContext, Object) - 类 中的方法com.github.ji4597056.client.WsForwardClientHandler
 
com.github.ji4597056 - 程序包 com.github.ji4597056
 
com.github.ji4597056.client - 程序包 com.github.ji4597056.client
 
com.github.ji4597056.server - 程序包 com.github.ji4597056.server
 
com.github.ji4597056.utils - 程序包 com.github.ji4597056.utils
 
CommonUtils - com.github.ji4597056.utils中的类
common util
connect() - 类 中的方法com.github.ji4597056.client.WsForwardClient
set up connection
create(String, WebSocketSession, MessageFilter) - 类 中的静态方法com.github.ji4597056.client.WsForwardClient
create WsForwardClient

D

DefaultMessageFilter - com.github.ji4597056中的类
default message filter
DefaultMessageFilter() - 类 的构造器com.github.ji4597056.DefaultMessageFilter
 
DefaultWsHandlerRegistration - com.github.ji4597056中的类
default websocket handler registration
DefaultWsHandlerRegistration() - 类 的构造器com.github.ji4597056.DefaultWsHandlerRegistration
 
DiscoveryForwardHandler - com.github.ji4597056.server中的类
eureka forward handler
DiscoveryForwardHandler(DiscoveryClient, WsForwardProperties) - 类 的构造器com.github.ji4597056.server.DiscoveryForwardHandler
 
discoveryForwardHandler() - 类 中的方法com.github.ji4597056.WsForwardConfiguration
 

E

EnableWsForward - com.github.ji4597056中的注释类型
set up websocket forward configuration
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法com.github.ji4597056.client.WsForwardClientHandler
 

F

ForwardHandler() - 类 的构造器com.github.ji4597056.WsForwardProperties.ForwardHandler
 
fromMessage(AbstractWebSocketMessage) - 类 中的方法com.github.ji4597056.DefaultMessageFilter
 
fromMessage(AbstractWebSocketMessage) - 接口 中的方法com.github.ji4597056.MessageFilter
convert from message if null,not forward

G

getAllowedOrigins() - 类 中的方法com.github.ji4597056.WsForwardProperties.ForwardHandler
 
getApplicationContext() - 类 中的静态方法com.github.ji4597056.utils.SpringUtils
 
getBean(String) - 类 中的静态方法com.github.ji4597056.utils.SpringUtils
 
getBean(Class<T>) - 类 中的静态方法com.github.ji4597056.utils.SpringUtils
 
getBean(String, Class<T>) - 类 中的静态方法com.github.ji4597056.utils.SpringUtils
 
getBeanOfType(Class<T>) - 类 中的静态方法com.github.ji4597056.utils.SpringUtils
 
getBootstrap() - 类 中的方法com.github.ji4597056.client.WsForwardClient
 
getChannel() - 类 中的方法com.github.ji4597056.client.WsForwardClient
 
getForwardPrefix() - 类 中的方法com.github.ji4597056.WsForwardProperties.ForwardHandler
 
getForwardUrl(WebSocketSession) - 类 中的方法com.github.ji4597056.server.AbstractWsServerHandler
get forward url
getForwardUrl(WebSocketSession) - 类 中的方法com.github.ji4597056.server.DiscoveryForwardHandler
 
getHandler(String) - 类 中的方法com.github.ji4597056.DefaultWsHandlerRegistration
 
getHandler(String) - 接口 中的方法com.github.ji4597056.WsHandlerRegistration
get AbstractWsServerHandler
getHandlerClass() - 类 中的方法com.github.ji4597056.WsForwardProperties.ForwardHandler
 
getHandlers() - 类 中的方法com.github.ji4597056.WsForwardProperties
 
getId() - 类 中的方法com.github.ji4597056.WsForwardProperties.ForwardHandler
 
getInterceptor(String) - 类 中的方法com.github.ji4597056.DefaultWsHandlerRegistration
 
getInterceptor(String) - 接口 中的方法com.github.ji4597056.WsHandlerRegistration
get HandshakeInterceptor
getInterceptorClasses() - 类 中的方法com.github.ji4597056.WsForwardProperties.ForwardHandler
 
getListOfServers() - 类 中的方法com.github.ji4597056.WsForwardProperties.ForwardHandler
 
getLoadBlanceIndex(AtomicInteger, int) - 类 中的静态方法com.github.ji4597056.utils.CommonUtils
get loadbalance list index
getMessageFilter() - 类 中的方法com.github.ji4597056.server.AbstractWsServerHandler
 
getPrefix() - 类 中的方法com.github.ji4597056.WsForwardProperties.ForwardHandler
 
getServiceId() - 类 中的方法com.github.ji4597056.WsForwardProperties.ForwardHandler
 
getUri() - 类 中的方法com.github.ji4597056.WsForwardProperties.ForwardHandler
 
getUrl() - 类 中的方法com.github.ji4597056.client.WsForwardClient
 
getWebSocketSession() - 类 中的方法com.github.ji4597056.client.WsForwardClient
 
getWsPattern(WsForwardProperties.ForwardHandler) - 类 中的静态方法com.github.ji4597056.utils.CommonUtils
get websocket pattern

H

handlerAdded(ChannelHandlerContext) - 类 中的方法com.github.ji4597056.client.WsForwardClientHandler
 
handleTextMessage(WebSocketSession, TextMessage) - 类 中的方法com.github.ji4597056.server.AbstractWsServerHandler
 
handleTransportError(WebSocketSession, Throwable) - 类 中的方法com.github.ji4597056.server.AbstractWsServerHandler
 
handshakeFuture() - 类 中的方法com.github.ji4597056.client.WsForwardClientHandler
 

I

init() - 类 中的方法com.github.ji4597056.WsForwardProperties
 
isEnabled() - 类 中的方法com.github.ji4597056.WsForwardProperties.ForwardHandler
 
isEnabled() - 类 中的方法com.github.ji4597056.WsForwardProperties
 
isWithJs() - 类 中的方法com.github.ji4597056.WsForwardProperties.ForwardHandler
 

M

MessageFilter - com.github.ji4597056中的接口
message forward filter

R

registerWebSocketHandlers(WebSocketHandlerRegistry) - 类 中的方法com.github.ji4597056.WsForwardConfiguration.WebsocketConfig
 

S

setAllowedOrigins(String[]) - 类 中的方法com.github.ji4597056.WsForwardProperties.ForwardHandler
 
setApplicationContext(ApplicationContext) - 类 中的方法com.github.ji4597056.utils.SpringUtils
 
setEnabled(boolean) - 类 中的方法com.github.ji4597056.WsForwardProperties.ForwardHandler
 
setEnabled(boolean) - 类 中的方法com.github.ji4597056.WsForwardProperties
 
setForwardPrefix(String) - 类 中的方法com.github.ji4597056.WsForwardProperties.ForwardHandler
 
setHandlerClass(String) - 类 中的方法com.github.ji4597056.WsForwardProperties.ForwardHandler
 
setHandlers(Map<String, WsForwardProperties.ForwardHandler>) - 类 中的方法com.github.ji4597056.WsForwardProperties
 
setId(String) - 类 中的方法com.github.ji4597056.WsForwardProperties.ForwardHandler
 
setInterceptorClasses(String[]) - 类 中的方法com.github.ji4597056.WsForwardProperties.ForwardHandler
 
setListOfServers(String[]) - 类 中的方法com.github.ji4597056.WsForwardProperties.ForwardHandler
 
setMessageFilter(MessageFilter) - 类 中的方法com.github.ji4597056.server.AbstractWsServerHandler
 
setPrefix(String) - 类 中的方法com.github.ji4597056.WsForwardProperties.ForwardHandler
 
setServiceId(String) - 类 中的方法com.github.ji4597056.WsForwardProperties.ForwardHandler
 
setUri(String) - 类 中的方法com.github.ji4597056.WsForwardProperties.ForwardHandler
 
setWithJs(boolean) - 类 中的方法com.github.ji4597056.WsForwardProperties.ForwardHandler
 
SpringUtils - com.github.ji4597056.utils中的类
spring util
SpringUtils() - 类 的构造器com.github.ji4597056.utils.SpringUtils
 
supportsPartialMessages() - 类 中的方法com.github.ji4597056.server.AbstractWsServerHandler
 

T

toMessage(WebSocketFrame) - 类 中的方法com.github.ji4597056.DefaultMessageFilter
 
toMessage(WebSocketFrame) - 接口 中的方法com.github.ji4597056.MessageFilter
convert to message if null,not foward

W

WebsocketConfig() - 类 的构造器com.github.ji4597056.WsForwardConfiguration.WebsocketConfig
 
WebsocketConstant - com.github.ji4597056.utils中的类
websocket constant
WS_SCHEME - 类 中的静态变量com.github.ji4597056.utils.WebsocketConstant
ws scheme
WsForwardClient - com.github.ji4597056.client中的类
websocket forward client
WsForwardClientHandler - com.github.ji4597056.client中的类
netty handler(websocket forward client handler)
WsForwardClientHandler(WebSocketClientHandshaker, WebSocketSession, MessageFilter) - 类 的构造器com.github.ji4597056.client.WsForwardClientHandler
 
WsForwardConfiguration - com.github.ji4597056中的类
websocket forward configuration
WsForwardConfiguration() - 类 的构造器com.github.ji4597056.WsForwardConfiguration
 
WsForwardConfiguration.WebsocketConfig - com.github.ji4597056中的类
 
WsForwardProperties - com.github.ji4597056中的类
websocket forward properties
WsForwardProperties() - 类 的构造器com.github.ji4597056.WsForwardProperties
 
WsForwardProperties.ForwardHandler - com.github.ji4597056中的类
 
wsHandlerRegistration() - 类 中的方法com.github.ji4597056.WsForwardConfiguration
 
WsHandlerRegistration - com.github.ji4597056中的接口
websocket handler registration
WSS_SCHEME - 类 中的静态变量com.github.ji4597056.utils.WebsocketConstant
wss scheme
A C D E F G H I M R S T W 
跳过导航链接

Copyright © 2018 Pivotal Software, Inc.. All rights reserved.