Searched refs:m_oos (Results 1 – 1 of 1) sorted by relevance
11 private ObjectOutputStream m_oos; field in ConnectionInfo21 if (m_oos == null) { in getOos()22 m_oos = new ObjectOutputStream(m_socket.getOutputStream()); in getOos()24 return m_oos; in getOos()