public class StreamServer extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
StreamServer.ClientHandler
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
static String[] |
logSearchPath
Deprecated.
|
| Constructor and Description |
|---|
StreamServer(int port,
InputStream input)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
Deprecated.
|
void |
removeClient(StreamServer.ClientHandler client)
Deprecated.
|
void |
run()
Deprecated.
|
static void |
setupLogging()
Deprecated.
|
public static String[] logSearchPath
public StreamServer(int port,
InputStream input)
throws Exception
Exceptionpublic void run()
public void removeClient(StreamServer.ClientHandler client)
public static void main(String[] args)
args - public static void setupLogging()
Copyright © 2013. All Rights Reserved.