accept(StreamServerVisitor &visitor, int timeOutSec, int timeOutMicro) (defined in mdw::TextAuthenticationProtocol) | mdw::TextAuthenticationProtocol | [virtual] |
close(int streamId) (defined in mdw::TextAuthenticationProtocol) | mdw::TextAuthenticationProtocol | [virtual] |
outStream(int streamId) (defined in mdw::TextAuthenticationProtocol) | mdw::TextAuthenticationProtocol | [virtual] |
TextAuthenticationProtocol(StreamServer &server) (defined in mdw::TextAuthenticationProtocol) | mdw::TextAuthenticationProtocol | |
visitConnect(StreamInfo &info) (defined in mdw::TextAuthenticationProtocol) | mdw::TextAuthenticationProtocol | [virtual] |
visitDisconnect(StreamInfo &info) (defined in mdw::TextAuthenticationProtocol) | mdw::TextAuthenticationProtocol | [virtual] |
visitRead(std::vector< char > &buffer, StreamInfo &info) (defined in mdw::TextAuthenticationProtocol) | mdw::TextAuthenticationProtocol | [virtual] |
visitRead(char *buffer, int size, StreamInfo &info)=0 (defined in mdw::StreamServerVisitor) | mdw::StreamServerVisitor | [pure virtual] |
write(const char *buffer, int size, int streamId) (defined in mdw::TextAuthenticationProtocol) | mdw::TextAuthenticationProtocol | [virtual] |
~TextAuthenticationProtocol() (defined in mdw::TextAuthenticationProtocol) | mdw::TextAuthenticationProtocol |