コード例 #1
0
ファイル: SocketWrapper.java プロジェクト: ncso/openmarker
 public int getSoLinger() throws SocketException {
   return mSocket.getSoLinger();
 }