Guest User

Untitled

a guest
Jan 19th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. /**
  2. * Package-private constructor to create a ServerSocket associated with
  3. * the given SocketImpl.
  4. */
  5. ServerSocket(SocketImpl impl) {
  6. this.impl = impl;
  7. impl.setServerSocket(this);
  8. }
Add Comment
Please, Sign In to add comment