KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > maverick > multiplex > channels > StreamServerChannel


1 package com.maverick.multiplex.channels;
2
3 public interface StreamServerChannel {
4
5     boolean isInitiator();
6
7     String JavaDoc getId();
8
9 }
10
Popular Tags