Searched refs:InsecureChannel (Results 1 – 7 of 7) sorted by relevance
22 InsecureChannel::InsecureChannel(int socket) in InsecureChannel() function in InsecureChannel42 InsecureChannel::~InsecureChannel() in ~InsecureChannel()49 InsecureChannel::Close() in Close()57 InsecureChannel::Send(const void* _buffer, int32 size) in Send()98 InsecureChannel::Receive(void* _buffer, int32 size) in Receive()137 InsecureChannel::GetPeerAddress(NetAddress *address) const in GetPeerAddress()
84 Channel* channel = new(std::nothrow) InsecureChannel(fd); in Init()188 InsecureChannel* channel in FinishInitialization()189 = dynamic_cast<InsecureChannel*>(DownStreamChannelAt(0)); in FinishInitialization()297 channel = new(std::nothrow) InsecureChannel(channelFD); in FinishInitialization()337 Channel* channel = new(std::nothrow) InsecureChannel(fd); in _OpenClientChannel()
10 class InsecureChannel : public Channel {12 InsecureChannel(int socket);13 virtual ~InsecureChannel();
37 InsecureChannel.cpp
130 fChannel(new(std::nothrow) InsecureChannel(socket)), in ServerInfoSender()
46 InsecureChannel.cpp
98 InsecureChannel channel(fFD); in Execute()