Skip navigation links
A B C D G I N O R S T W 

A

address() - Method in class io.rsocket.transport.netty.server.NettyContextCloseable
 

B

buildClient(URI) - Method in class io.rsocket.transport.netty.TcpUriHandler
 
buildClient(URI) - Method in class io.rsocket.transport.netty.WebsocketUriHandler
 
buildServer(URI) - Method in class io.rsocket.transport.netty.TcpUriHandler
 
buildServer(URI) - Method in class io.rsocket.transport.netty.WebsocketUriHandler
 

C

connect() - Method in class io.rsocket.transport.netty.client.TcpClientTransport
 
connect() - Method in class io.rsocket.transport.netty.client.WebsocketClientTransport
 
create(int) - Static method in class io.rsocket.transport.netty.client.TcpClientTransport
 
create(String, int) - Static method in class io.rsocket.transport.netty.client.TcpClientTransport
 
create(InetSocketAddress) - Static method in class io.rsocket.transport.netty.client.TcpClientTransport
 
create(TcpClient) - Static method in class io.rsocket.transport.netty.client.TcpClientTransport
 
create(int) - Static method in class io.rsocket.transport.netty.client.WebsocketClientTransport
 
create(String, int) - Static method in class io.rsocket.transport.netty.client.WebsocketClientTransport
 
create(InetSocketAddress) - Static method in class io.rsocket.transport.netty.client.WebsocketClientTransport
 
create(URI) - Static method in class io.rsocket.transport.netty.client.WebsocketClientTransport
 
create(HttpClient, String) - Static method in class io.rsocket.transport.netty.client.WebsocketClientTransport
 
create(InetSocketAddress) - Static method in class io.rsocket.transport.netty.server.TcpServerTransport
 
create(String, int) - Static method in class io.rsocket.transport.netty.server.TcpServerTransport
 
create(int) - Static method in class io.rsocket.transport.netty.server.TcpServerTransport
 
create(TcpServer) - Static method in class io.rsocket.transport.netty.server.TcpServerTransport
 
create(String, int) - Static method in class io.rsocket.transport.netty.server.WebsocketServerTransport
 
create(int) - Static method in class io.rsocket.transport.netty.server.WebsocketServerTransport
 
create(HttpServer) - Static method in class io.rsocket.transport.netty.server.WebsocketServerTransport
 

D

decode(ByteBuf) - Method in class io.rsocket.transport.netty.RSocketLengthCodec
Simplified non-netty focused decode usage.
dispose() - Method in class io.rsocket.transport.netty.NettyDuplexConnection
 
dispose() - Method in class io.rsocket.transport.netty.server.NettyContextCloseable
 
dispose() - Method in class io.rsocket.transport.netty.WebsocketDuplexConnection
 

G

getPort(URI, int) - Static method in class io.rsocket.transport.netty.client.WebsocketClientTransport
 

I

io.rsocket.transport.netty - package io.rsocket.transport.netty
 
io.rsocket.transport.netty.client - package io.rsocket.transport.netty.client
 
io.rsocket.transport.netty.server - package io.rsocket.transport.netty.server
 
isDisposed() - Method in class io.rsocket.transport.netty.NettyDuplexConnection
 
isDisposed() - Method in class io.rsocket.transport.netty.server.NettyContextCloseable
 
isDisposed() - Method in class io.rsocket.transport.netty.WebsocketDuplexConnection
 
isPlaintextWebsocket(URI) - Static method in class io.rsocket.transport.netty.client.WebsocketClientTransport
 
isSecureWebsocket(URI) - Static method in class io.rsocket.transport.netty.client.WebsocketClientTransport
 

N

NettyContextCloseable - Class in io.rsocket.transport.netty.server
A Closeable wrapping a NettyContext, allowing for close and aware of its address.
NettyDuplexConnection - Class in io.rsocket.transport.netty
 
NettyDuplexConnection(NettyInbound, NettyOutbound, NettyContext) - Constructor for class io.rsocket.transport.netty.NettyDuplexConnection
 
newHandler(ServerTransport.ConnectionAcceptor) - Static method in class io.rsocket.transport.netty.server.WebsocketRouteTransport
 

O

onClose() - Method in class io.rsocket.transport.netty.NettyDuplexConnection
 
onClose() - Method in class io.rsocket.transport.netty.server.NettyContextCloseable
 
onClose() - Method in class io.rsocket.transport.netty.WebsocketDuplexConnection
 

R

receive() - Method in class io.rsocket.transport.netty.NettyDuplexConnection
 
receive() - Method in class io.rsocket.transport.netty.WebsocketDuplexConnection
 
RSocketLengthCodec - Class in io.rsocket.transport.netty
 
RSocketLengthCodec() - Constructor for class io.rsocket.transport.netty.RSocketLengthCodec
 

S

send(Publisher<Frame>) - Method in class io.rsocket.transport.netty.NettyDuplexConnection
 
send(Publisher<Frame>) - Method in class io.rsocket.transport.netty.WebsocketDuplexConnection
 
sendOne(Frame) - Method in class io.rsocket.transport.netty.NettyDuplexConnection
 
sendOne(Frame) - Method in class io.rsocket.transport.netty.WebsocketDuplexConnection
 
setTransportHeaders(Supplier<Map<String, String>>) - Method in class io.rsocket.transport.netty.client.WebsocketClientTransport
 
setTransportHeaders(Supplier<Map<String, String>>) - Method in class io.rsocket.transport.netty.server.WebsocketServerTransport
 
start(ServerTransport.ConnectionAcceptor) - Method in class io.rsocket.transport.netty.server.TcpServerTransport
 
start(ServerTransport.ConnectionAcceptor) - Method in class io.rsocket.transport.netty.server.WebsocketRouteTransport
 
start(ServerTransport.ConnectionAcceptor) - Method in class io.rsocket.transport.netty.server.WebsocketServerTransport
 

T

TcpClientTransport - Class in io.rsocket.transport.netty.client
 
TcpServerTransport - Class in io.rsocket.transport.netty.server
 
TcpUriHandler - Class in io.rsocket.transport.netty
An implementation of UriHandler that creates TcpClientTransports and TcpServerTransports.
TcpUriHandler() - Constructor for class io.rsocket.transport.netty.TcpUriHandler
 

W

WebsocketClientTransport - Class in io.rsocket.transport.netty.client
 
WebsocketDuplexConnection - Class in io.rsocket.transport.netty
Implementation of a DuplexConnection for Websocket.
WebsocketDuplexConnection(NettyInbound, NettyOutbound, NettyContext) - Constructor for class io.rsocket.transport.netty.WebsocketDuplexConnection
 
WebsocketRouteTransport - Class in io.rsocket.transport.netty.server
 
WebsocketRouteTransport(HttpServer, Consumer<? super HttpServerRoutes>, String) - Constructor for class io.rsocket.transport.netty.server.WebsocketRouteTransport
 
WebsocketServerTransport - Class in io.rsocket.transport.netty.server
 
WebsocketUriHandler - Class in io.rsocket.transport.netty
An implementation of UriHandler that creates WebsocketClientTransports and WebsocketServerTransports.
WebsocketUriHandler() - Constructor for class io.rsocket.transport.netty.WebsocketUriHandler
 
A B C D G I N O R S T W 
Skip navigation links