WPILibC++
trunk
|
Public Member Functions | |
SocketServerStreamProvider (int port) | |
IOStream * | accept () |
void | close () |
Definition at line 20 of file SocketServerStreamProvider.h.
|
virtual |
IOException |
Implements IOStreamProvider.
Definition at line 93 of file SocketServerStreamProvider.cpp.
|
virtual |
Close the source of the IOStreams. accept() should not be called after this is called
IOException |
Implements IOStreamProvider.
Definition at line 125 of file SocketServerStreamProvider.cpp.