edu.columbia.irt.mobiledyswis
Class PGUDPSocketFactory

java.lang.Object
  extended by edu.columbia.irt.mobiledyswis.PGUDPSocketFactory

public class PGUDPSocketFactory
extends java.lang.Object

This class makes UDP socket instance for JavaScript

Author:
Jin Hyung Park (jp2105)

Constructor Summary
PGUDPSocketFactory(WebView appView)
          Instantiates a new UDP socket factory.
 
Method Summary
 PGUDPSocket getInstance(java.lang.String ipWithPort)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PGUDPSocketFactory

public PGUDPSocketFactory(WebView appView)
Instantiates a new UDP socket factory.

Parameters:
appView - the app view
Method Detail

getInstance

public PGUDPSocket getInstance(java.lang.String ipWithPort)
                        throws java.net.SocketException
Throws:
java.net.SocketException