クラス TcpDeserializationExceptionEvent
java.lang.ObjectSE
java.util.EventObjectSE
org.springframework.context.ApplicationEvent
org.springframework.integration.events.IntegrationEvent
org.springframework.integration.ip.event.IpIntegrationEvent
org.springframework.integration.ip.tcp.serializer.TcpDeserializationExceptionEvent
- 実装されたすべてのインターフェース:
SerializableSE
受信ストリームのデコード中の例外を表すイベント。これまでにデコードされたデータのバッファーと、例外が発生したバッファー内のオフセット(使用可能な場合)と、それ以外の場合は -1 が含まれます。
- 導入:
- 4.0
- 作成者:
- Gary Russell
- 関連事項:
フィールドのサマリー
クラス org.springframework.integration.events.IntegrationEvent から継承されたフィールド
cause
クラス java.util.EventObjectSE から継承されたフィールド
sourceSE
コンストラクターの概要
コンストラクターコンストラクター説明TcpDeserializationExceptionEvent
(ObjectSE source, ThrowableSE cause, byte[] buffer, int offset) メソッドのサマリー
クラス org.springframework.integration.events.IntegrationEvent から継承されたメソッド
getCause, getSourceAsType, toString
クラス org.springframework.context.ApplicationEvent から継承されたメソッド
getTimestamp
クラス java.util.EventObjectSE から継承されたメソッド
getSource
コンストラクターの詳細
TcpDeserializationExceptionEvent
public TcpDeserializationExceptionEvent(ObjectSE source, ThrowableSE cause, byte[] buffer, int offset)
メソッドの詳細
getBuffer
public byte[] getBuffer()getOffset
public int getOffset()