Inheritance diagram for IChannel:
Public Member Functions | |
char[] | getName () |
void | write (IWriter input) |
Private Member Functions | |
void | read (IReader input) |
Definition at line 56 of file IChannel.d.
|
Return the name of this channel. This is the name provided when the channel was constructed. Reimplemented in Channel. Referenced by Cluster::broadcast(), Cluster::createConsumer(), CacheInvalidatee::notify(), NetworkMessage::put(), and ClusterQueue::run(). |
|
Reimplemented in Payload, InvalidatorPayload, Message, Task, Channel, RollCall, ResponseLine, Cookie, HttpCookies, HttpMessage, HttpRequest, HttpResponse, HttpTokens, FilePath, FileProxy, IPhantomWriter, Token, Uri, and NewlineWriter. Referenced by PickleWriter::freeze(), HttpClient::open(), Writer::put(), TokenTemplate(), and HttpRequest::write(). |
|
Reimplemented in Payload, InvalidatorPayload, Message, Task, Channel, RollCall, ReaderToken, and LineScanner. Referenced by Reader::get(), LineScannerTemplate(), and ReaderTokenTemplate(). |