Interface ChannelOutputStreamListener

All Known Implementing Classes:
PutStreamOperation

public interface ChannelOutputStreamListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onClose(io.netty.channel.Channel channel)
     
    void
    onError(io.netty.channel.Channel channel, Throwable error)
     
  • Method Details

    • onClose

      void onClose(io.netty.channel.Channel channel) throws IOException
      Throws:
      IOException
    • onError

      void onError(io.netty.channel.Channel channel, Throwable error)