Home | History | Annotate | Download | only in libcody

Lines Matching refs:Client

230 /// Response data for a request.  Returned by Client's request calls,
360 /// Client-side (compiler) object.
361 class Client
388 Client ();
392 Client (Server *s)
393 : Client ()
401 Client (int from, int to = -1)
402 : Client ()
407 ~Client ();
409 Client (Client &&);
410 Client &operator= (Client &&);
606 /// @param version the client's version number
607 /// @param agent the client agent (compiler identification)
631 /// to a client. It has 3 states, READING:accumulating a message
632 /// block froma client, WRITING:writing a message block to a client
641 // requests from client. The next state will be PROCESSING.
642 WRITING, // Server is writing a (set of) responses to client.
644 PROCESSING // Server is processing client request(s). The next
699 /// Process requests from a directly-connected client. This is a
703 /// @param from message block from client
704 /// @param to message block to client
751 /// Write message block to client. Semantics as for
767 /// Read message block from client. Semantics as for