getPreference(PREF_ACCEPT_TIMEOUT)
milliseconds pass. Before calling launch()
, you must call startListening()
.
Once a Session is obtained, Session.bind() must be called prior to any other Session method.
@param waitReporter a progress monitor to allow accept() to notify its parent how long it has been waiting for the Flash player to connect to it. May be null
if the caller doesn't need to know how long it's been waiting.
@throws BindException if isListening() == false
@throws IOException -see java.net.ServerSocket.accept()
|
|
|
|