Skip navigation links
C E G H I O S T W 

C

channelActive(ChannelHandlerContext) - Method in class io.scalecube.gateway.http.GatewayHttpMessageHandler
 
channelRead(ChannelHandlerContext, Object) - Method in class io.scalecube.gateway.http.CorsHeadersHandler
 
channelRead(ChannelHandlerContext, Object) - Method in class io.scalecube.gateway.http.GatewayHttpMessageHandler
 
CorsHeadersHandler - Class in io.scalecube.gateway.http
 
CorsHeadersHandler(GatewayHttpServer.Config) - Constructor for class io.scalecube.gateway.http.CorsHeadersHandler
 

E

emptyErrorResponse(Qualifier) - Static method in class io.scalecube.gateway.http.HttpCodecUtil
Constructs http error response with empty buffer.
emptyResponse() - Static method in class io.scalecube.gateway.http.HttpCodecUtil
Creates empty response.
errorResponse(Qualifier, ErrorData) - Static method in class io.scalecube.gateway.http.HttpCodecUtil
Constructs http response out of status and error data.
errorResponse(Qualifier, ByteBuf) - Static method in class io.scalecube.gateway.http.HttpCodecUtil
Constructs http response out of status and content.

G

GatewayHttpChannelInitializer - Class in io.scalecube.gateway.http
 
GatewayHttpChannelInitializer(GatewayHttpServer.Config) - Constructor for class io.scalecube.gateway.http.GatewayHttpChannelInitializer
Constructs new initializer with config.
GatewayHttpMessageHandler - Class in io.scalecube.gateway.http
 
GatewayHttpMessageHandler() - Constructor for class io.scalecube.gateway.http.GatewayHttpMessageHandler
 
GatewayHttpServer - Class in io.scalecube.gateway.http
Gateway server on http.
GatewayHttpServer.Config - Class in io.scalecube.gateway.http
 
GatewaySocketIoListener - Class in io.scalecube.gateway.socketio
SocketIO listener integrated with EventStream.
GatewaySocketIoListener(EventStream) - Constructor for class io.scalecube.gateway.socketio.GatewaySocketIoListener
 
GatewaySocketIoServer - Class in io.scalecube.gateway.socketio
Gateway server on socketio.
GatewaySocketIoServer.Config - Class in io.scalecube.gateway.socketio
 
getAccessControlAllowMethods() - Method in class io.scalecube.gateway.http.GatewayHttpServer.Config
 
getAccessControlAllowOrigin() - Method in class io.scalecube.gateway.http.GatewayHttpServer.Config
 
getAccessControlMaxAge() - Method in class io.scalecube.gateway.http.GatewayHttpServer.Config
 
getCloseTimeout() - Method in class io.scalecube.gateway.socketio.GatewaySocketIoServer.Config
 
getHeartbeatInterval() - Method in class io.scalecube.gateway.socketio.GatewaySocketIoServer.Config
 
getHeartbeatTimeout() - Method in class io.scalecube.gateway.socketio.GatewaySocketIoServer.Config
 
getMaxFrameLength() - Method in class io.scalecube.gateway.http.GatewayHttpServer.Config
 
getMaxWebSocketFrameSize() - Method in class io.scalecube.gateway.socketio.GatewaySocketIoServer.Config
 
getPort() - Method in class io.scalecube.gateway.http.GatewayHttpServer.Config
 
getPort() - Method in class io.scalecube.gateway.socketio.GatewaySocketIoServer.Config
 
getRemoteAddressHeader() - Method in class io.scalecube.gateway.socketio.GatewaySocketIoServer.Config
 
getServerBootstrap() - Method in class io.scalecube.gateway.http.GatewayHttpServer.Config
 
getServerBootstrap() - Method in class io.scalecube.gateway.socketio.GatewaySocketIoServer.Config
 
getServerStream() - Method in class io.scalecube.gateway.http.GatewayHttpServer.Config
 
getServerStream() - Method in class io.scalecube.gateway.socketio.GatewaySocketIoServer.Config
 
getSslContext() - Method in class io.scalecube.gateway.http.GatewayHttpServer.Config
 
getSslContext() - Method in class io.scalecube.gateway.socketio.GatewaySocketIoServer.Config
 
getTransports() - Method in class io.scalecube.gateway.socketio.GatewaySocketIoServer.Config
 

H

HttpCodecUtil - Class in io.scalecube.gateway.http
 

I

initChannel(Channel) - Method in class io.scalecube.gateway.http.GatewayHttpChannelInitializer
 
io.scalecube.gateway.http - package io.scalecube.gateway.http
 
io.scalecube.gateway.socketio - package io.scalecube.gateway.socketio
 
isAlwaysSecureWebSocketLocation() - Method in class io.scalecube.gateway.socketio.GatewaySocketIoServer.Config
 
isCorsEnabled() - Method in class io.scalecube.gateway.http.GatewayHttpServer.Config
 

O

okResponse(ByteBuf) - Static method in class io.scalecube.gateway.http.HttpCodecUtil
Creates ok http response with content.
onConnect(Session) - Method in class io.scalecube.gateway.socketio.GatewaySocketIoListener
 
onDisconnect(Session) - Method in class io.scalecube.gateway.socketio.GatewaySocketIoListener
 
onMessage(Session, ByteBuf) - Method in class io.scalecube.gateway.socketio.GatewaySocketIoListener
 
onPort(int, ServerStream) - Static method in class io.scalecube.gateway.http.GatewayHttpServer
 
onPort(int, ServerStream) - Static method in class io.scalecube.gateway.socketio.GatewaySocketIoServer
 

S

setAccessControlAllowMethods(String) - Method in class io.scalecube.gateway.http.GatewayHttpServer.Config
 
setAccessControlAllowOrigin(String) - Method in class io.scalecube.gateway.http.GatewayHttpServer.Config
 
setAccessControlMaxAge(int) - Method in class io.scalecube.gateway.http.GatewayHttpServer.Config
 
setAlwaysSecureWebSocketLocation(boolean) - Method in class io.scalecube.gateway.socketio.GatewaySocketIoServer.Config
 
setCloseTimeout(int) - Method in class io.scalecube.gateway.socketio.GatewaySocketIoServer.Config
 
setCorsEnabled(boolean) - Method in class io.scalecube.gateway.http.GatewayHttpServer.Config
 
setHeartbeatInterval(int) - Method in class io.scalecube.gateway.socketio.GatewaySocketIoServer.Config
 
setHeartbeatTimeout(int) - Method in class io.scalecube.gateway.socketio.GatewaySocketIoServer.Config
 
setMaxFrameLength(int) - Method in class io.scalecube.gateway.http.GatewayHttpServer.Config
 
setMaxWebSocketFrameSize(int) - Method in class io.scalecube.gateway.socketio.GatewaySocketIoServer.Config
 
setPort(int) - Method in class io.scalecube.gateway.http.GatewayHttpServer.Config
 
setPort(int) - Method in class io.scalecube.gateway.socketio.GatewaySocketIoServer.Config
 
setRemoteAddressHeader(String) - Method in class io.scalecube.gateway.socketio.GatewaySocketIoServer.Config
 
setServerBootstrap(ServerBootstrap) - Method in class io.scalecube.gateway.http.GatewayHttpServer.Config
 
setServerBootstrap(ServerBootstrap) - Method in class io.scalecube.gateway.socketio.GatewaySocketIoServer.Config
 
setServerStream(ServerStream) - Method in class io.scalecube.gateway.http.GatewayHttpServer.Config
 
setServerStream(ServerStream) - Method in class io.scalecube.gateway.socketio.GatewaySocketIoServer.Config
 
setSslContext(SSLContext) - Method in class io.scalecube.gateway.http.GatewayHttpServer.Config
 
setSslContext(SSLContext) - Method in class io.scalecube.gateway.socketio.GatewaySocketIoServer.Config
 
setTransports(String) - Method in class io.scalecube.gateway.socketio.GatewaySocketIoServer.Config
 
start() - Method in class io.scalecube.gateway.http.GatewayHttpServer
Starts http server.
start() - Method in class io.scalecube.gateway.socketio.GatewaySocketIoServer
Starts socketio server.
stop() - Method in class io.scalecube.gateway.http.GatewayHttpServer
Stops http server.
stop() - Method in class io.scalecube.gateway.socketio.GatewaySocketIoServer
Stops socketio server.

T

toErrorStatus(Qualifier) - Static method in class io.scalecube.gateway.http.HttpCodecUtil
Constructs http error response out of message qualifier.
toHttpResponse(HttpResponseStatus, ByteBuf) - Static method in class io.scalecube.gateway.http.HttpCodecUtil
Constructs http response out of status and content.

W

withAccessControlAllowMethods(String) - Method in class io.scalecube.gateway.http.GatewayHttpServer
 
withAccessControlAllowOrigin(String) - Method in class io.scalecube.gateway.http.GatewayHttpServer
 
withAccessControlMaxAge(int) - Method in class io.scalecube.gateway.http.GatewayHttpServer
 
withAlwaysSecureWebSocketLocation(boolean) - Method in class io.scalecube.gateway.socketio.GatewaySocketIoServer
 
withCloseTimeout(int) - Method in class io.scalecube.gateway.socketio.GatewaySocketIoServer
 
withCorsEnabled(boolean) - Method in class io.scalecube.gateway.http.GatewayHttpServer
 
withHeartbeatInterval(int) - Method in class io.scalecube.gateway.socketio.GatewaySocketIoServer
 
withHeartbeatTimeout(int) - Method in class io.scalecube.gateway.socketio.GatewaySocketIoServer
 
withMaxFrameLength(int) - Method in class io.scalecube.gateway.http.GatewayHttpServer
 
withMaxWebSocketFrameSize(int) - Method in class io.scalecube.gateway.socketio.GatewaySocketIoServer
 
withRemoteAddressHeader(String) - Method in class io.scalecube.gateway.socketio.GatewaySocketIoServer
 
withServerBootstrap(ServerBootstrap) - Method in class io.scalecube.gateway.http.GatewayHttpServer
 
withServerBootstrap(ServerBootstrap) - Method in class io.scalecube.gateway.socketio.GatewaySocketIoServer
 
withSsl(SSLContext) - Method in class io.scalecube.gateway.http.GatewayHttpServer
 
withSsl(SSLContext) - Method in class io.scalecube.gateway.socketio.GatewaySocketIoServer
 
withTransports(String) - Method in class io.scalecube.gateway.socketio.GatewaySocketIoServer
 
C E G H I O S T W 
Skip navigation links

Copyright © 2015–2018. All rights reserved.