edu.wpi.first.wpilibj.networktables2.stream
Class SocketStreams

java.lang.Object
  extended by edu.wpi.first.wpilibj.networktables2.stream.SocketStreams

public final class SocketStreams
extends Object


Method Summary
static IOStreamFactory newStreamFactory(String host, int port)
           
static IOStreamProvider newStreamProvider(int port)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newStreamFactory

public static IOStreamFactory newStreamFactory(String host,
                                               int port)
                                        throws IOException
Throws:
IOException

newStreamProvider

public static IOStreamProvider newStreamProvider(int port)
                                          throws IOException
Throws:
IOException


Copyright © 2013. All rights reserved.