public class CourierHandler<T> extends Object implements PipeHandler<T,T>
| 构造器和说明 |
|---|
CourierHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
PipeStatus |
doError(PipeContext context,
Throwable e,
PipeExceptionHolder<T,T> eh)
Gets called if a Throwable was thrown.
|
PipeStatus |
doHandler(PipeContext context,
PipeRcvQueue<T> src,
PipeSndQueue<T> dst)
release protocol stack
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitHandler, releaseHandlerpublic PipeStatus doHandler(PipeContext context, PipeRcvQueue<T> src, PipeSndQueue<T> dst)
PipeHandlerdoHandler 在接口中 PipeHandler<T,T>public PipeStatus doError(PipeContext context, Throwable e, PipeExceptionHolder<T,T> eh)
PipeHandlerdoError 在接口中 PipeHandler<T,T>Copyright © 2022–2024. All rights reserved.