Skip navigation links
A B C D E F G H I K L M N O P R S T U V W 

A

AbstractEngine - Class in org.snf4j.example.engine
 
AbstractEngine() - Constructor for class org.snf4j.example.engine.AbstractEngine
 
AbstractEngine.CloseType - Enum in org.snf4j.example.engine
 
AbstractFileHandler - Class in org.snf4j.example.file
 
acceptedEarlyData() - Method in class org.snf4j.example.earlydata.EarlyDataClientHandler
 
acceptRequestUri(URI) - Method in class org.snf4j.example.websocket.SessionConfig
 
Aggregator - Class in org.snf4j.example.sctp
 
allocated(int) - Method in class org.snf4j.example.file.AllocatorMetric
 
AllocatorMetric - Class in org.snf4j.example.file
 
AllocatorMetric() - Constructor for class org.snf4j.example.file.AllocatorMetric
 
available(ISession, ByteBuffer, boolean) - Method in class org.snf4j.example.earlydata.Decoder
 
available(ISession, byte[], int, int) - Method in class org.snf4j.example.earlydata.Decoder
 
available(ISession, ByteBuffer, boolean) - Method in class org.snf4j.example.websocket.IndexPageDecoder
 
available(ISession, byte[], int, int) - Method in class org.snf4j.example.websocket.IndexPageDecoder
 

B

BasicEngine - Class in org.snf4j.example.engine
 
BasicEngine(int) - Constructor for class org.snf4j.example.engine.BasicEngine
 
beginHandshake() - Method in class org.snf4j.example.engine.AbstractEngine
 
BUFFER_SIZE - Static variable in class org.snf4j.example.file.AbstractFileHandler
 

C

calculateMaxData(int) - Static method in class org.snf4j.example.engine.Packet
 
ChatClient - Class in org.snf4j.example.chat
 
ChatClient() - Constructor for class org.snf4j.example.chat.ChatClient
 
ChatClientHandler - Class in org.snf4j.example.chat
 
ChatClientHandler() - Constructor for class org.snf4j.example.chat.ChatClientHandler
 
ChatServer - Class in org.snf4j.example.chat
 
ChatServer() - Constructor for class org.snf4j.example.chat.ChatServer
 
ChatServerHandler - Class in org.snf4j.example.chat
 
ChatServerHandler() - Constructor for class org.snf4j.example.chat.ChatServerHandler
 
CHECKSUM_SIZE - Static variable in class org.snf4j.example.engine.Packet
 
cleanup() - Method in class org.snf4j.example.engine.AbstractEngine
 
CloseableEngine - Class in org.snf4j.example.engine
 
CloseableEngine(int) - Constructor for class org.snf4j.example.engine.CloseableEngine
 
closed(ServerSocketChannel) - Method in class org.snf4j.example.earlydata.SessionFactory
 
closeInbound() - Method in class org.snf4j.example.engine.AbstractEngine
 
closeInbound() - Method in class org.snf4j.example.engine.CloseableEngine
 
closeOutbound() - Method in class org.snf4j.example.engine.AbstractEngine
 
closeUnwrap(ByteBuffer) - Method in class org.snf4j.example.engine.BasicEngine
 
closeWrap(ByteBuffer) - Method in class org.snf4j.example.engine.BasicEngine
 
closeWrap(ByteBuffer) - Method in class org.snf4j.example.engine.CloseableEngine
 
config - Variable in class org.snf4j.example.earlydata.EarlyDataHandler
 
config - Variable in class org.snf4j.example.file.AbstractFileHandler
 
create(SocketChannel) - Method in class org.snf4j.example.earlydata.SessionFactory
 
create(int, int, boolean) - Static method in class org.snf4j.example.engine.EngineFactory
 
createCodecExecutor() - Method in class org.snf4j.example.dtls.SessionConfig
 
createCodecExecutor() - Method in class org.snf4j.example.earlydata.SessionConfig
 
createCodecExecutor() - Method in class org.snf4j.example.echo.SessionConfig
 
createCodecExecutor() - Method in class org.snf4j.example.heartbeat.SessionConfig
 
createCodecExecutor() - Method in class org.snf4j.example.sctp.SessionConfig
 
createCodecExecutor(Object) - Method in class org.snf4j.example.sctp.SessionConfig
 
createSSLEngine(boolean) - Method in class org.snf4j.example.dtls.SessionConfig
 
createSSLEngine(boolean) - Method in class org.snf4j.example.websocket.SessionConfig
 

D

decode(ISession, byte[], List<Packet>) - Method in class org.snf4j.example.dtls.PacketDecoder
 
decode(ISession, ByteBuffer, List<String>) - Method in class org.snf4j.example.earlydata.Decoder
 
decode(ISession, ByteBuffer, List<ByteBuffer>) - Method in class org.snf4j.example.echo.Decoder
 
decode(int, ByteBuffer, int) - Static method in class org.snf4j.example.engine.Packet
 
decode(ISession, byte[], List<Packet>) - Method in class org.snf4j.example.heartbeat.PacketDecoder
 
decode(ISession, ByteBuffer, List<ByteBuffer>) - Method in class org.snf4j.example.sctp.Aggregator
 
decode(ISession, ByteBuffer, List<ByteBuffer>) - Method in class org.snf4j.example.sctp.Decoder
 
decode(ISession, byte[], List<byte[]>) - Method in class org.snf4j.example.websocket.IndexPageDecoder
 
Decoder - Class in org.snf4j.example.earlydata
 
DECODER - Static variable in class org.snf4j.example.earlydata.SessionConfig
 
Decoder - Class in org.snf4j.example.echo
 
Decoder() - Constructor for class org.snf4j.example.echo.Decoder
 
Decoder - Class in org.snf4j.example.sctp
 
Decoder() - Constructor for class org.snf4j.example.sctp.Decoder
 
decodeSize(int, ByteBuffer) - Static method in class org.snf4j.example.engine.Packet
 
DiscardingClient - Class in org.snf4j.example.discarding
 
DiscardingClient() - Constructor for class org.snf4j.example.discarding.DiscardingClient
 
DiscardingClientHandler - Class in org.snf4j.example.discarding
 
DiscardingClientHandler() - Constructor for class org.snf4j.example.discarding.DiscardingClientHandler
 
DiscardingServer - Class in org.snf4j.example.discarding
 
DiscardingServer() - Constructor for class org.snf4j.example.discarding.DiscardingServer
 
DiscardingServerHandler - Class in org.snf4j.example.discarding
 
DiscardingServerHandler() - Constructor for class org.snf4j.example.discarding.DiscardingServerHandler
 
DTLSClient - Class in org.snf4j.example.dtls
 
DTLSClient() - Constructor for class org.snf4j.example.dtls.DTLSClient
 
DTLSServer - Class in org.snf4j.example.dtls
 
DTLSServer() - Constructor for class org.snf4j.example.dtls.DTLSServer
 

E

EarlyDataClient - Class in org.snf4j.example.earlydata
 
EarlyDataClient() - Constructor for class org.snf4j.example.earlydata.EarlyDataClient
 
EarlyDataClientHandler - Class in org.snf4j.example.earlydata
 
EarlyDataClientHandler(String) - Constructor for class org.snf4j.example.earlydata.EarlyDataClientHandler
 
EarlyDataHandler - Class in org.snf4j.example.earlydata
 
EarlyDataHandler() - Constructor for class org.snf4j.example.earlydata.EarlyDataHandler
 
EarlyDataServer - Class in org.snf4j.example.earlydata
 
EarlyDataServer() - Constructor for class org.snf4j.example.earlydata.EarlyDataServer
 
EarlyDataServerHandler - Class in org.snf4j.example.earlydata
 
EarlyDataServerHandler() - Constructor for class org.snf4j.example.earlydata.EarlyDataServerHandler
 
EchoClient - Class in org.snf4j.example.echo
 
EchoClient() - Constructor for class org.snf4j.example.echo.EchoClient
 
EchoClientHandler - Class in org.snf4j.example.echo
 
EchoServer - Class in org.snf4j.example.echo
 
EchoServer() - Constructor for class org.snf4j.example.echo.EchoServer
 
EchoServerHandler - Class in org.snf4j.example.echo
 
encode(ISession, Packet, List<byte[]>) - Method in class org.snf4j.example.dtls.PacketEncoder
 
encode(ISession, String, List<ByteBuffer>) - Method in class org.snf4j.example.earlydata.Encoder
 
encode(ISession, ByteBuffer, List<ByteBuffer>) - Method in class org.snf4j.example.echo.Encoder
 
encode(int, ByteBuffer[], int) - Static method in class org.snf4j.example.engine.Packet
 
encode(int, byte[]) - Static method in class org.snf4j.example.engine.Packet
 
encode(ISession, Packet, List<byte[]>) - Method in class org.snf4j.example.heartbeat.PacketEncoder
 
encode(ISession, ByteBuffer, List<ByteBuffer>) - Method in class org.snf4j.example.sctp.Encoder
 
Encoder - Class in org.snf4j.example.earlydata
 
ENCODER - Static variable in class org.snf4j.example.earlydata.SessionConfig
 
Encoder - Class in org.snf4j.example.echo
 
Encoder() - Constructor for class org.snf4j.example.echo.Encoder
 
Encoder - Class in org.snf4j.example.sctp
 
Encoder() - Constructor for class org.snf4j.example.sctp.Encoder
 
EngineClient - Class in org.snf4j.example.engine
 
EngineClient() - Constructor for class org.snf4j.example.engine.EngineClient
 
EngineClientHandler - Class in org.snf4j.example.engine
 
EngineClientHandler() - Constructor for class org.snf4j.example.engine.EngineClientHandler
 
EngineFactory - Class in org.snf4j.example.engine
 
EngineFactory() - Constructor for class org.snf4j.example.engine.EngineFactory
 
EngineServer - Class in org.snf4j.example.engine
 
EngineServer() - Constructor for class org.snf4j.example.engine.EngineServer
 
EngineServerHandler - Class in org.snf4j.example.engine
 
EngineServerHandler() - Constructor for class org.snf4j.example.engine.EngineServerHandler
 
EngineSession - Class in org.snf4j.example.engine
 
EngineSession(IEngine, IStreamHandler) - Constructor for class org.snf4j.example.engine.EngineSession
 
err(String) - Static method in class org.snf4j.example.earlydata.Logger
 
err(String) - Static method in class org.snf4j.example.echo.Logger
 
error(String) - Static method in class org.snf4j.example.file.Logger
 
event(SessionEvent) - Method in class org.snf4j.example.chat.ChatClientHandler
 
event(SessionEvent) - Method in class org.snf4j.example.chat.ChatServerHandler
 
event(SessionEvent) - Method in class org.snf4j.example.discarding.DiscardingClientHandler
 
event(DataEvent, long) - Method in class org.snf4j.example.discarding.DiscardingClientHandler
 
event(SessionEvent) - Method in class org.snf4j.example.dtls.SessionHandler
 
event(SessionEvent) - Method in class org.snf4j.example.earlydata.EarlyDataClientHandler
 
event(SessionEvent) - Method in class org.snf4j.example.earlydata.EarlyDataHandler
 
event(SessionEvent) - Method in class org.snf4j.example.earlydata.EarlyDataServerHandler
 
event(SessionEvent) - Method in class org.snf4j.example.echo.EchoClientHandler
 
event(SessionEvent) - Method in class org.snf4j.example.file.AbstractFileHandler
 
event(SessionEvent) - Method in class org.snf4j.example.file.FileClientHandler
 
event(SessionEvent) - Method in class org.snf4j.example.heartbeat.HeartbeatHandler
 
event(SessionEvent) - Method in class org.snf4j.example.sctp.SctpClientHandler
 
event(SessionEvent) - Method in class org.snf4j.example.websocket.WebSocketClientHandler
 
event(SessionEvent) - Method in class org.snf4j.example.websocket.WebSocketServerHandler
 
exception(Throwable) - Method in class org.snf4j.example.dtls.SessionHandler
 
exception(Throwable) - Method in class org.snf4j.example.earlydata.EarlyDataHandler
 
exception(ServerSocketChannel, Throwable) - Method in class org.snf4j.example.earlydata.SessionFactory
 
exception(Throwable) - Method in class org.snf4j.example.echo.EchoClientHandler
 
exception(Throwable) - Method in class org.snf4j.example.echo.EchoServerHandler
 
exception(Throwable) - Method in class org.snf4j.example.file.FileClientHandler
 
exception(Throwable) - Method in class org.snf4j.example.sctp.SctpServerHandler
 

F

file - Variable in class org.snf4j.example.file.AbstractFileHandler
 
fileChannel - Variable in class org.snf4j.example.file.AbstractFileHandler
 
FileClient - Class in org.snf4j.example.file
 
FileClient() - Constructor for class org.snf4j.example.file.FileClient
 
FileClientHandler - Class in org.snf4j.example.file
 
fileLength - Variable in class org.snf4j.example.file.AbstractFileHandler
 
FileServer - Class in org.snf4j.example.file
 
FileServer() - Constructor for class org.snf4j.example.file.FileServer
 

G

getAllocatedSize() - Method in class org.snf4j.example.file.AllocatorMetric
 
getAllocator() - Method in class org.snf4j.example.dtls.SessionStructureFactory
 
getBytes(ByteBuffer[], int) - Static method in class org.snf4j.example.engine.Packet
 
getCloseData() - Static method in class org.snf4j.example.engine.Packet
 
getCodecExecutorIdentifier(MessageInfo) - Method in class org.snf4j.example.sctp.SessionConfig
 
getConfig() - Method in class org.snf4j.example.chat.ChatClientHandler
 
getConfig() - Method in class org.snf4j.example.discarding.DiscardingClientHandler
 
getConfig() - Method in class org.snf4j.example.dtls.SessionHandler
 
getConfig() - Method in class org.snf4j.example.earlydata.EarlyDataHandler
 
getConfig() - Method in class org.snf4j.example.echo.EchoClientHandler
 
getConfig() - Method in class org.snf4j.example.echo.EchoServerHandler
 
getConfig() - Method in class org.snf4j.example.file.AbstractFileHandler
 
getConfig() - Method in class org.snf4j.example.heartbeat.HeartbeatHandler
 
getConfig() - Method in class org.snf4j.example.sctp.SctpClientHandler
 
getConfig() - Method in class org.snf4j.example.sctp.SctpServerHandler
 
getConfig() - Method in class org.snf4j.example.websocket.WebSocketClientHandler
 
getConfig() - Method in class org.snf4j.example.websocket.WebSocketServerHandler
 
getDelegatedTask() - Method in class org.snf4j.example.engine.AbstractEngine
 
getFactory() - Method in class org.snf4j.example.dtls.SessionHandler
 
getFactory() - Method in class org.snf4j.example.earlydata.EarlyDataHandler
 
getFactory() - Method in class org.snf4j.example.echo.EchoClientHandler
 
getFactory() - Method in class org.snf4j.example.echo.EchoServerHandler
 
getFactory() - Method in class org.snf4j.example.file.AbstractFileHandler
 
getFactory() - Method in class org.snf4j.example.heartbeat.HeartbeatHandler
 
getFactory() - Method in class org.snf4j.example.sctp.SctpServerHandler
 
getHandshakeStatus() - Method in class org.snf4j.example.engine.AbstractEngine
 
getInboundType() - Method in class org.snf4j.example.dtls.PacketDecoder
 
getInboundType() - Method in class org.snf4j.example.dtls.PacketEncoder
 
getInboundType() - Method in class org.snf4j.example.earlydata.Decoder
 
getInboundType() - Method in class org.snf4j.example.earlydata.Encoder
 
getInboundType() - Method in class org.snf4j.example.echo.Decoder
 
getInboundType() - Method in class org.snf4j.example.echo.Encoder
 
getInboundType() - Method in class org.snf4j.example.heartbeat.PacketDecoder
 
getInboundType() - Method in class org.snf4j.example.heartbeat.PacketEncoder
 
getInboundType() - Method in class org.snf4j.example.sctp.Aggregator
 
getInboundType() - Method in class org.snf4j.example.sctp.Decoder
 
getInboundType() - Method in class org.snf4j.example.sctp.Encoder
 
getInboundType() - Method in class org.snf4j.example.websocket.IndexPageDecoder
 
getMaxApplicationBufferSize() - Method in class org.snf4j.example.engine.AbstractEngine
 
getMaxNetworkBufferSize() - Method in class org.snf4j.example.engine.AbstractEngine
 
getMinApplicationBufferSize() - Method in class org.snf4j.example.engine.AbstractEngine
 
getMinNetworkBufferSize() - Method in class org.snf4j.example.engine.AbstractEngine
 
getOutboundType() - Method in class org.snf4j.example.dtls.PacketDecoder
 
getOutboundType() - Method in class org.snf4j.example.dtls.PacketEncoder
 
getOutboundType() - Method in class org.snf4j.example.earlydata.Decoder
 
getOutboundType() - Method in class org.snf4j.example.earlydata.Encoder
 
getOutboundType() - Method in class org.snf4j.example.echo.Decoder
 
getOutboundType() - Method in class org.snf4j.example.echo.Encoder
 
getOutboundType() - Method in class org.snf4j.example.heartbeat.PacketDecoder
 
getOutboundType() - Method in class org.snf4j.example.heartbeat.PacketEncoder
 
getOutboundType() - Method in class org.snf4j.example.sctp.Aggregator
 
getOutboundType() - Method in class org.snf4j.example.sctp.Decoder
 
getOutboundType() - Method in class org.snf4j.example.sctp.Encoder
 
getOutboundType() - Method in class org.snf4j.example.websocket.IndexPageDecoder
 
getSession() - Method in class org.snf4j.example.engine.AbstractEngine
 
getTimer() - Method in class org.snf4j.example.dtls.SessionStructureFactory
 

H

handshakeStatus - Variable in class org.snf4j.example.engine.AbstractEngine
 
HandshakingEngine - Class in org.snf4j.example.engine
 
HandshakingEngine(int, boolean) - Constructor for class org.snf4j.example.engine.HandshakingEngine
 
HandshakingEngine.HandshakeState - Enum in org.snf4j.example.engine
 
hasEarlyData() - Method in class org.snf4j.example.earlydata.EarlyDataClientHandler
 
HEADER_SIZE - Static variable in class org.snf4j.example.engine.Packet
 
HeartbeatClient - Class in org.snf4j.example.heartbeat
 
HeartbeatClient() - Constructor for class org.snf4j.example.heartbeat.HeartbeatClient
 
HeartbeatHandler - Class in org.snf4j.example.heartbeat
 
HeartbeatHandler(ITimer, long, long) - Constructor for class org.snf4j.example.heartbeat.HeartbeatHandler
 
HeartbeatHandler(SocketAddress, ITimer, long, long) - Constructor for class org.snf4j.example.heartbeat.HeartbeatHandler
 
HeartbeatServer - Class in org.snf4j.example.heartbeat
 
HeartbeatServer() - Constructor for class org.snf4j.example.heartbeat.HeartbeatServer
 

I

inboundDone - Variable in class org.snf4j.example.engine.AbstractEngine
 
incident(SessionIncident, Throwable) - Method in class org.snf4j.example.dtls.SessionHandler
 
incident(SessionIncident, Throwable) - Method in class org.snf4j.example.earlydata.EarlyDataHandler
 
incident(SessionIncident, Throwable) - Method in class org.snf4j.example.echo.EchoClientHandler
 
incident(SessionIncident, Throwable) - Method in class org.snf4j.example.echo.EchoServerHandler
 
IndexPageDecoder - Class in org.snf4j.example.websocket
 
IndexPageDecoder(String) - Constructor for class org.snf4j.example.websocket.IndexPageDecoder
 
inf(String) - Static method in class org.snf4j.example.earlydata.Logger
 
inf(String) - Static method in class org.snf4j.example.echo.Logger
 
info(String) - Static method in class org.snf4j.example.file.Logger
 
init() - Method in class org.snf4j.example.engine.AbstractEngine
 
isClose(byte[]) - Static method in class org.snf4j.example.engine.Packet
 
isClosingUnwrap(byte[]) - Method in class org.snf4j.example.engine.BasicEngine
 
isClosingUnwrap(byte[]) - Method in class org.snf4j.example.engine.CloseableEngine
 
isInboundDone() - Method in class org.snf4j.example.engine.AbstractEngine
 
isOutboundDone() - Method in class org.snf4j.example.engine.AbstractEngine
 

K

KeyStoreLoader - Class in org.snf4j.example.earlydata
 
KeyStoreLoader() - Constructor for class org.snf4j.example.earlydata.KeyStoreLoader
 
KeyStoreLoader - Class in org.snf4j.example.echo
 
KeyStoreLoader() - Constructor for class org.snf4j.example.echo.KeyStoreLoader
 
KeyStoreLoader - Class in org.snf4j.example.file
 
KeyStoreLoader() - Constructor for class org.snf4j.example.file.KeyStoreLoader
 

L

Logger - Class in org.snf4j.example.earlydata
 
Logger() - Constructor for class org.snf4j.example.earlydata.Logger
 
Logger - Class in org.snf4j.example.echo
 
Logger() - Constructor for class org.snf4j.example.echo.Logger
 
Logger - Class in org.snf4j.example.file
 
Logger() - Constructor for class org.snf4j.example.file.Logger
 

M

main(String[]) - Static method in class org.snf4j.example.chat.ChatClient
 
main(String[]) - Static method in class org.snf4j.example.chat.ChatServer
 
main(String[]) - Static method in class org.snf4j.example.discarding.DiscardingClient
 
main(String[]) - Static method in class org.snf4j.example.discarding.DiscardingServer
 
main(String[]) - Static method in class org.snf4j.example.dtls.DTLSClient
 
main(String[]) - Static method in class org.snf4j.example.dtls.DTLSServer
 
main(String[]) - Static method in class org.snf4j.example.earlydata.EarlyDataClient
 
main(String[]) - Static method in class org.snf4j.example.earlydata.EarlyDataServer
 
main(String[]) - Static method in class org.snf4j.example.echo.EchoClient
 
main(String[]) - Static method in class org.snf4j.example.echo.EchoServer
 
main(String[]) - Static method in class org.snf4j.example.engine.EngineClient
 
main(String[]) - Static method in class org.snf4j.example.engine.EngineServer
 
main(String[]) - Static method in class org.snf4j.example.file.FileClient
 
main(String[]) - Static method in class org.snf4j.example.file.FileServer
 
main(String[]) - Static method in class org.snf4j.example.heartbeat.HeartbeatClient
 
main(String[]) - Static method in class org.snf4j.example.heartbeat.HeartbeatServer
 
main(String[]) - Static method in class org.snf4j.example.sctp.multi.SctpMultiServer1
 
main(String[]) - Static method in class org.snf4j.example.sctp.multi.SctpMultiServer2
 
main(String[]) - Static method in class org.snf4j.example.sctp.multi.SctpMultiServer3
 
main(String[]) - Static method in class org.snf4j.example.sctp.SctpClient
 
main(String[]) - Static method in class org.snf4j.example.sctp.SctpServer
 
main(String[]) - Static method in class org.snf4j.example.websocket.WebSocketClient
 
main(String[]) - Static method in class org.snf4j.example.websocket.WebSocketServer
 
MAX_DATA - Static variable in class org.snf4j.example.engine.Packet
 
MAX_SIZE - Static variable in class org.snf4j.example.engine.Packet
 
METRIC - Static variable in class org.snf4j.example.file.AbstractFileHandler
 
MIN_SIZE - Static variable in class org.snf4j.example.engine.Packet
 

N

nextEarlyData(String) - Method in class org.snf4j.example.earlydata.EarlyDataClientHandler
 

O

offset - Variable in class org.snf4j.example.engine.BasicEngine
 
org.snf4j.example.chat - package org.snf4j.example.chat
A chat client/server example.
org.snf4j.example.discarding - package org.snf4j.example.discarding
A discarding client/server example.
org.snf4j.example.dtls - package org.snf4j.example.dtls
A DTLS client/server example.
org.snf4j.example.earlydata - package org.snf4j.example.earlydata
 
org.snf4j.example.echo - package org.snf4j.example.echo
An echoing (ping-pong traffic) client/server example.
org.snf4j.example.engine - package org.snf4j.example.engine
A custimized protocol engine (for Caesar Cipher) client/server example.
org.snf4j.example.file - package org.snf4j.example.file
A zero-copy file transfer client/server example.
org.snf4j.example.heartbeat - package org.snf4j.example.heartbeat
A datagram (UDP/IP) client/server example.
org.snf4j.example.sctp - package org.snf4j.example.sctp
An SCTP client/server example.
org.snf4j.example.sctp.multi - package org.snf4j.example.sctp.multi
A multi associations SCTP client/server example.
org.snf4j.example.websocket - package org.snf4j.example.websocket
A WebSocket (data transfer and web chat) client/server example.
outboundDone - Variable in class org.snf4j.example.engine.AbstractEngine
 

P

Packet - Class in org.snf4j.example.engine
 
Packet() - Constructor for class org.snf4j.example.engine.Packet
 
Packet - Class in org.snf4j.example.heartbeat
 
PacketDecoder - Class in org.snf4j.example.dtls
 
PacketDecoder() - Constructor for class org.snf4j.example.dtls.PacketDecoder
 
PacketDecoder - Class in org.snf4j.example.heartbeat
 
PacketDecoder() - Constructor for class org.snf4j.example.heartbeat.PacketDecoder
 
PacketEncoder - Class in org.snf4j.example.dtls
 
PacketEncoder() - Constructor for class org.snf4j.example.dtls.PacketEncoder
 
PacketEncoder - Class in org.snf4j.example.heartbeat
 
PacketEncoder() - Constructor for class org.snf4j.example.heartbeat.PacketEncoder
 
parse(byte[]) - Static method in class org.snf4j.example.heartbeat.Packet
 
preUnwrap(ByteBuffer, ByteBuffer) - Method in class org.snf4j.example.engine.BasicEngine
 
preUnwrap(ByteBuffer, ByteBuffer) - Method in class org.snf4j.example.engine.HandshakingEngine
 
preWrap(ByteBuffer[], ByteBuffer) - Method in class org.snf4j.example.engine.BasicEngine
 
preWrap(ByteBuffer[], ByteBuffer) - Method in class org.snf4j.example.engine.HandshakingEngine
 

R

read(Object) - Method in class org.snf4j.example.chat.ChatClientHandler
 
read(Object) - Method in class org.snf4j.example.chat.ChatServerHandler
 
read(Object) - Method in class org.snf4j.example.discarding.DiscardingClientHandler
 
read(Object) - Method in class org.snf4j.example.discarding.DiscardingServerHandler
 
read(SocketAddress, Object) - Method in class org.snf4j.example.dtls.SessionHandler
 
read(Object) - Method in class org.snf4j.example.dtls.SessionHandler
 
read(Object) - Method in class org.snf4j.example.earlydata.EarlyDataClientHandler
 
read(Object) - Method in class org.snf4j.example.earlydata.EarlyDataServerHandler
 
read(ByteBuffer) - Method in class org.snf4j.example.echo.EchoClientHandler
 
read(Object) - Method in class org.snf4j.example.echo.EchoClientHandler
 
read(Object) - Method in class org.snf4j.example.echo.EchoServerHandler
 
read(Object) - Method in class org.snf4j.example.engine.EngineClientHandler
 
read(Object) - Method in class org.snf4j.example.engine.EngineServerHandler
 
read(Object) - Method in class org.snf4j.example.file.FileClientHandler
 
read(byte[]) - Method in class org.snf4j.example.heartbeat.HeartbeatHandler
 
read(SocketAddress, byte[]) - Method in class org.snf4j.example.heartbeat.HeartbeatHandler
 
read(Object) - Method in class org.snf4j.example.heartbeat.HeartbeatHandler
 
read(SocketAddress, Object) - Method in class org.snf4j.example.heartbeat.HeartbeatHandler
 
read(Object, MessageInfo) - Method in class org.snf4j.example.sctp.SctpClientHandler
 
read(Object, MessageInfo) - Method in class org.snf4j.example.sctp.SctpServerHandler
 
read(Object) - Method in class org.snf4j.example.websocket.WebSocketClientHandler
 
read(Object) - Method in class org.snf4j.example.websocket.WebSocketServerHandler
 
registered(ServerSocketChannel) - Method in class org.snf4j.example.earlydata.SessionFactory
 
rejectedEarlyData() - Method in class org.snf4j.example.earlydata.EarlyDataClientHandler
 
remoteAddress - Variable in class org.snf4j.example.file.AbstractFileHandler
 
Result - Class in org.snf4j.example.engine
 
Result() - Constructor for class org.snf4j.example.engine.Result
 

S

SctpClient - Class in org.snf4j.example.sctp
 
SctpClient() - Constructor for class org.snf4j.example.sctp.SctpClient
 
SctpClientHandler - Class in org.snf4j.example.sctp
 
SctpClientHandler() - Constructor for class org.snf4j.example.sctp.SctpClientHandler
 
SctpMultiServer1 - Class in org.snf4j.example.sctp.multi
 
SctpMultiServer1() - Constructor for class org.snf4j.example.sctp.multi.SctpMultiServer1
 
SctpMultiServer2 - Class in org.snf4j.example.sctp.multi
 
SctpMultiServer2() - Constructor for class org.snf4j.example.sctp.multi.SctpMultiServer2
 
SctpMultiServer3 - Class in org.snf4j.example.sctp.multi
 
SctpMultiServer3() - Constructor for class org.snf4j.example.sctp.multi.SctpMultiServer3
 
SctpServer - Class in org.snf4j.example.sctp
 
SctpServer() - Constructor for class org.snf4j.example.sctp.SctpServer
 
SctpServerHandler - Class in org.snf4j.example.sctp
 
SctpServerHandler() - Constructor for class org.snf4j.example.sctp.SctpServerHandler
 
selectApplicationProtocol(String[], String[]) - Method in class org.snf4j.example.earlydata.EarlyDataHandler
 
selectedApplicationProtocol(String) - Method in class org.snf4j.example.earlydata.EarlyDataHandler
 
SessionConfig - Class in org.snf4j.example.dtls
 
SessionConfig - Class in org.snf4j.example.earlydata
 
SessionConfig() - Constructor for class org.snf4j.example.earlydata.SessionConfig
 
SessionConfig - Class in org.snf4j.example.echo
 
SessionConfig - Class in org.snf4j.example.heartbeat
 
SessionConfig() - Constructor for class org.snf4j.example.heartbeat.SessionConfig
 
SessionConfig - Class in org.snf4j.example.sctp
 
SessionConfig() - Constructor for class org.snf4j.example.sctp.SessionConfig
 
SessionConfig - Class in org.snf4j.example.websocket
 
SessionConfig(URI) - Constructor for class org.snf4j.example.websocket.SessionConfig
 
SessionConfig() - Constructor for class org.snf4j.example.websocket.SessionConfig
 
SessionFactory - Class in org.snf4j.example.earlydata
 
SessionFactory(EngineParameters, EngineHandlerBuilder) - Constructor for class org.snf4j.example.earlydata.SessionFactory
 
SessionHandler - Class in org.snf4j.example.dtls
 
SessionStructureFactory - Class in org.snf4j.example.dtls
 
startTime - Variable in class org.snf4j.example.file.AbstractFileHandler
 

T

timer(Object) - Method in class org.snf4j.example.dtls.SessionHandler
 
timer(Object) - Method in class org.snf4j.example.file.FileClientHandler
 
timer(Runnable) - Method in class org.snf4j.example.heartbeat.HeartbeatHandler
 
toBytes() - Method in class org.snf4j.example.heartbeat.Packet
 

U

unwrap(ByteBuffer, ByteBuffer) - Method in class org.snf4j.example.engine.BasicEngine
 
updateHandshakeStatus(IEngineResult) - Method in class org.snf4j.example.engine.AbstractEngine
 

V

valueOf(String) - Static method in enum org.snf4j.example.engine.AbstractEngine.CloseType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.snf4j.example.engine.HandshakingEngine.HandshakeState
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.snf4j.example.engine.AbstractEngine.CloseType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.snf4j.example.engine.HandshakingEngine.HandshakeState
Returns an array containing the constants of this enum type, in the order they are declared.

W

WebSocketClient - Class in org.snf4j.example.websocket
 
WebSocketClient() - Constructor for class org.snf4j.example.websocket.WebSocketClient
 
WebSocketClientHandler - Class in org.snf4j.example.websocket
 
WebSocketServer - Class in org.snf4j.example.websocket
 
WebSocketServer() - Constructor for class org.snf4j.example.websocket.WebSocketServer
 
WebSocketServerHandler - Class in org.snf4j.example.websocket
 
wrap(ByteBuffer, ByteBuffer) - Method in class org.snf4j.example.engine.AbstractEngine
 
wrap(ByteBuffer[], ByteBuffer) - Method in class org.snf4j.example.engine.BasicEngine
 
A B C D E F G H I K L M N O P R S T U V W 
Skip navigation links

Copyright © 2017–2024 SNF4J.ORG. All rights reserved.