Changeset 4fbc6ff in java-rpg-server for PortalInterfaceThread.java
- Timestamp:
- Aug 31, 2007, 10:36:11 PM (18 years ago)
- Branches:
- master
- Children:
- 52f778b
- Parents:
- 243278b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
PortalInterfaceThread.java
r243278b r4fbc6ff 1 1 import java.net.*; 2 3 /* 4 * This thread handles connections from the portal and will start a thread that listens for connections from the client if it receives 5 * a request to do so. 6 */ 2 7 3 8 public class PortalInterfaceThread extends Connection {
Note:
See TracChangeset
for help on using the changeset viewer.