|
||||||||||
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 |
SocketStream
A socket connection on a standard Java VM |
Methods in edu.wpi.first.wpilibj.networktables2.stream that return IOStream | |
---|---|
IOStream |
SocketServerStreamProvider.accept()
|
IOStream |
IOStreamProvider.accept()
|
IOStream |
SocketStreamFactory.createStream()
|
IOStream |
IOStreamFactory.createStream()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |