public interface PipeListener<T>
default void
onError(SoChannel<?> channel, Throwable e, boolean isRcv)
void
onReceive(SoChannel<?> channel, T data)
void onReceive(SoChannel<?> channel, T data)
default void onError(SoChannel<?> channel, Throwable e, boolean isRcv)
Copyright © 2022–2024. All rights reserved.