Package org.jcsp.lang

Interface RejectableChannelOutput

All Superinterfaces:
ChannelOutput, Poisonable
All Known Implementing Classes:
RejectableChannelOutputImpl

public interface RejectableChannelOutput extends ChannelOutput
Deprecated.
This channel is superceded by the poison mechanisms, please see PoisonException. It remains only because it is used by some of the networking features.
Defines an interface for a channel output end which may reject data if the reader is not prepared to receive it and calls reject instead of read on the input channel end.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated.
    Writes data over the channel.

    Methods inherited from interface org.jcsp.lang.Poisonable

    poison