Java io.netty.channel.sctp SctpMessage fields, constructors, methods, implement or subclass

Example usage for Java io.netty.channel.sctp SctpMessage fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.netty.channel.sctp SctpMessage.

The text is from its open source code.

Field

Constructor

SctpMessage(int protocolIdentifier, int streamIdentifier, ByteBuf payloadBuffer)
Essential data that is being carried within SCTP Data Chunk
SctpMessage(MessageInfo msgInfo, ByteBuf payloadBuffer)
Essential data that is being carried within SCTP Data Chunk
SctpMessage(int protocolIdentifier, int streamIdentifier, boolean unordered, ByteBuf payloadBuffer)
Essential data that is being carried within SCTP Data Chunk

Method

ByteBufcontent()
booleanisComplete()
Return true if this message is complete.
booleanisUnordered()
return the unordered flag