Searched refs:getOutputStream (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/java/CyrusSasl/
H A DSaslServer.java18 public OutputStream getOutputStream(OutputStream dest) throws IOException; method in interface:SaslServer
H A DSaslClient.java20 public OutputStream getOutputStream(OutputStream dest) throws IOException; method in interface:SaslClient
H A DGenericServer.java77 public OutputStream getOutputStream(OutputStream dest) throws IOException method in class:GenericServer
H A DGenericClient.java183 public OutputStream getOutputStream(OutputStream dest) throws IOException method in class:GenericClient
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/java/Test/
H A Djimtest.java35 os=new PrintWriter(s.getOutputStream());
178 OutputStream saslout = conn.getOutputStream(s.getOutputStream());
H A Dtestserver.java161 os=new PrintWriter(s.getOutputStream());
/macosx-10.9.5/Heimdal-323.92.1/appl/test/
H A Djgssapi_server.java74 DataOutputStream outStream = new DataOutputStream(s.getOutputStream());

Completed in 222 milliseconds