|
" 2013 FRC Java API " |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.wpi.first.wpilibj.networktables2.stream.SocketStreams
public class SocketStreams
Static factory for socket stream factories and providers
Constructor Summary | |
---|---|
SocketStreams()
|
Method Summary | |
---|---|
static IOStreamFactory |
newStreamFactory(String host,
int port)
Create a new IOStream factory |
static IOStreamProvider |
newStreamProvider(int port)
Create a new IOStream provider |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SocketStreams()
Method Detail |
---|
public static IOStreamFactory newStreamFactory(String host, int port) throws IOException
host
- port
-
IOException
public static IOStreamProvider newStreamProvider(int port) throws IOException
port
-
IOException
|
" 2013 FRC Java API " |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |