|
" 2013 FRC Java API " |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IOStream | |
---|---|
edu.wpi.first.wpilibj.networktables2.connection | |
edu.wpi.first.wpilibj.networktables2.server | |
edu.wpi.first.wpilibj.networktables2.stream |
Uses of IOStream in edu.wpi.first.wpilibj.networktables2.connection |
---|
Fields in edu.wpi.first.wpilibj.networktables2.connection declared as IOStream | |
---|---|
IOStream |
NetworkTableConnection.stream
the raw stream that is used in this connection |
Constructors in edu.wpi.first.wpilibj.networktables2.connection with parameters of type IOStream | |
---|---|
NetworkTableConnection(IOStream stream,
NetworkTableEntryTypeManager typeManager)
|
Uses of IOStream in edu.wpi.first.wpilibj.networktables2.server |
---|
Constructors in edu.wpi.first.wpilibj.networktables2.server with parameters of type IOStream | |
---|---|
ServerConnectionAdapter(IOStream stream,
ServerNetworkTableEntryStore entryStore,
IncomingEntryReceiver transactionReceiver,
ServerAdapterManager adapterListener,
NetworkTableEntryTypeManager typeManager,
NTThreadManager threadManager)
Create a server connection adapter for a given stream |
Uses of IOStream in edu.wpi.first.wpilibj.networktables2.stream |
---|
Classes in edu.wpi.first.wpilibj.networktables2.stream that implement IOStream | |
---|---|
class |
SimpleIOStream
An IOStream that wraps an InputStream and an OutputStream |
class |
SocketConnectionStream
A socket connection on the cRIO |
Methods in edu.wpi.first.wpilibj.networktables2.stream that return IOStream | |
---|---|
IOStream |
IOStreamProvider.accept()
|
IOStream |
SocketConnectionServerStreamProvider.accept()
|
IOStream |
IOStreamFactory.createStream()
|
IOStream |
SocketConnectionStreamFactory.createStream()
|
|
" 2013 FRC Java API " |
|||||||||
PREV NEXT | FRAMES NO FRAMES |