net.javacrumbs.mocksocket.connection
Interface Connection

All Known Subinterfaces:
MockConnection
All Known Implementing Classes:
AbstractMockConnection, MatcherBasedMockConnection, SequentialMockConnection, UniversalMockConnection

public interface Connection


Method Summary
 InputStream getInputStream()
           
 OutputStream getOutputStream()
           
 

Method Detail

getInputStream

InputStream getInputStream()
                           throws IOException
Throws:
IOException

getOutputStream

OutputStream getOutputStream()
                             throws IOException
Throws:
IOException


Copyright © 2011. All Rights Reserved.