Package edu.wpi.first.wpilibj.networktables2.stream

Interface Summary
IOStream An abstraction for a bidirectional stream that a network table can connect through
IOStreamFactory A factory that will create the same IOStream.
IOStreamProvider An object that will provide the IOStream of clients to a NetworkTable Server
 

Class Summary
SimpleIOStream An IOStream that wraps an InputStream and an OutputStream
SocketServerStreamProvider An object that will provide socket connections when a client connects to the server on the given port (for standard java VM)
SocketStream A socket connection on a standard Java VM
SocketStreamFactory  
SocketStreams  
 



Copyright © 2013. All rights reserved.