Package | Description |
---|---|
org.snf4j.core.codec |
Provides interfaces and classes for implementing encoders, decoders and
codec pipelines.
|
org.snf4j.core.codec.bytes |
Encoders and decoders which transform an array of bytes into a
ByteBuffer and vice versa. |
org.snf4j.core.codec.zip | |
org.snf4j.core.session |
Provides classes and interfaces used for session handling.
|
org.snf4j.example.dtls |
A DTLS client/server example.
|
org.snf4j.example.echo |
An echoing (ping-pong traffic) client/server example.
|
org.snf4j.example.sctp |
An SCTP client/server example.
|
org.snf4j.example.websocket |
A WebSocket (data transfer and web chat) client/server example.
|
org.snf4j.websocket |
Provides main interfaces and classes implementing the functionalities of the
Web Socket protocol.
|
org.snf4j.websocket.extensions |
Provides interfaces and classes for implementation of Web Socket extensions.
|
org.snf4j.websocket.extensions.compress |
Provides interfaces and classes implementing the Web Socket compress extensions.
|
org.snf4j.websocket.frame |
Provides interfaces and classes for the Web Socket frames and related codecs.
|
org.snf4j.websocket.handshake |
Provides interfaces and classes for the Web Socket handshake frames and related codecs.
|
Class and Description |
---|
CompoundDecoder
A compound decoder that processes input data through a chain of the specified decoders.
|
CompoundEncoder
A compound encoder that processes input data through a chain of the specified encoders.
|
IBaseDecoder
A special decoder that can determine how many bytes should be read from the
input buffer to create the byte array of the inbound data that can be decoded
by this decoder.
|
ICodec
The base
interface for the encoders and decoders. |
ICodecExecutor
An executor responsible for encoding and decoding outbound and inbound data
for the associated session.
|
ICodecPipeline
A manager that manages encoders and decoders in the pipeline that is
associated with the
ICodecExecutor . |
IDecoder
A decoder that can be managed by a codec pipeline implementing the
ICodecPipeline interface. |
IEncoder
A encoder that can be managed by a codec pipeline implementing the
ICodecPipeline interface. |
IEventDrivenCodec
A codec that can be driven by session events.
|
Class and Description |
---|
ICodec
The base
interface for the encoders and decoders. |
IDecoder
A decoder that can be managed by a codec pipeline implementing the
ICodecPipeline interface. |
IEncoder
A encoder that can be managed by a codec pipeline implementing the
ICodecPipeline interface. |
Class and Description |
---|
ICodec
The base
interface for the encoders and decoders. |
ICodecPipeline
A manager that manages encoders and decoders in the pipeline that is
associated with the
ICodecExecutor . |
IDecoder
A decoder that can be managed by a codec pipeline implementing the
ICodecPipeline interface. |
IEncoder
A encoder that can be managed by a codec pipeline implementing the
ICodecPipeline interface. |
IEventDrivenCodec
A codec that can be driven by session events.
|
Class and Description |
---|
ICodecExecutor
An executor responsible for encoding and decoding outbound and inbound data
for the associated session.
|
ICodecPipeline
A manager that manages encoders and decoders in the pipeline that is
associated with the
ICodecExecutor . |
Class and Description |
---|
ICodec
The base
interface for the encoders and decoders. |
ICodecExecutor
An executor responsible for encoding and decoding outbound and inbound data
for the associated session.
|
IDecoder
A decoder that can be managed by a codec pipeline implementing the
ICodecPipeline interface. |
IEncoder
A encoder that can be managed by a codec pipeline implementing the
ICodecPipeline interface. |
Class and Description |
---|
ICodec
The base
interface for the encoders and decoders. |
IDecoder
A decoder that can be managed by a codec pipeline implementing the
ICodecPipeline interface. |
IEncoder
A encoder that can be managed by a codec pipeline implementing the
ICodecPipeline interface. |
Class and Description |
---|
ICodec
The base
interface for the encoders and decoders. |
IDecoder
A decoder that can be managed by a codec pipeline implementing the
ICodecPipeline interface. |
Class and Description |
---|
IBaseDecoder
A special decoder that can determine how many bytes should be read from the
input buffer to create the byte array of the inbound data that can be decoded
by this decoder.
|
ICodec
The base
interface for the encoders and decoders. |
IDecoder
A decoder that can be managed by a codec pipeline implementing the
ICodecPipeline interface. |
Class and Description |
---|
ICodecExecutor
An executor responsible for encoding and decoding outbound and inbound data
for the associated session.
|
ICodecPipeline
A manager that manages encoders and decoders in the pipeline that is
associated with the
ICodecExecutor . |
Class and Description |
---|
ICodecPipeline
A manager that manages encoders and decoders in the pipeline that is
associated with the
ICodecExecutor . |
Class and Description |
---|
ICodec
The base
interface for the encoders and decoders. |
ICodecPipeline
A manager that manages encoders and decoders in the pipeline that is
associated with the
ICodecExecutor . |
IDecoder
A decoder that can be managed by a codec pipeline implementing the
ICodecPipeline interface. |
IEncoder
A encoder that can be managed by a codec pipeline implementing the
ICodecPipeline interface. |
IEventDrivenCodec
A codec that can be driven by session events.
|
Class and Description |
---|
IBaseDecoder
A special decoder that can determine how many bytes should be read from the
input buffer to create the byte array of the inbound data that can be decoded
by this decoder.
|
ICodec
The base
interface for the encoders and decoders. |
IDecoder
A decoder that can be managed by a codec pipeline implementing the
ICodecPipeline interface. |
IEncoder
A encoder that can be managed by a codec pipeline implementing the
ICodecPipeline interface. |
Class and Description |
---|
IBaseDecoder
A special decoder that can determine how many bytes should be read from the
input buffer to create the byte array of the inbound data that can be decoded
by this decoder.
|
ICodec
The base
interface for the encoders and decoders. |
ICodecPipeline
A manager that manages encoders and decoders in the pipeline that is
associated with the
ICodecExecutor . |
IDecoder
A decoder that can be managed by a codec pipeline implementing the
ICodecPipeline interface. |
IEncoder
A encoder that can be managed by a codec pipeline implementing the
ICodecPipeline interface. |
IEventDrivenCodec
A codec that can be driven by session events.
|
Copyright © 2017–2022 SNF4J.ORG. All rights reserved.