Searched defs:ChatConnection (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/sample/chatserver/
H A DChatTest.java150 ChatConnection chatConnection = new ChatConnection() {
164 Thread client2 = new Thread(new ChatConnection() {
199 ChatConnection chatConnection = new ChatConnection() {
214 Thread client2 = new Thread(new ChatConnection() {
239 ChatConnection chatConnection = new ChatConnection() {
248 ChatConnection chatConnection2 = new ChatConnection() {
352 private abstract static class ChatConnection implements Runnable { class in class:ChatTest
[all...]

Completed in 22 milliseconds