Ignore:
Timestamp:
11/28/19 14:40:48 (5 years ago)
Author:
bart
Message:

Release 1.1.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • references/src/main/java/geniusweb/connection/ConnectionFactory.java

    r1 r9  
    99 * factory that can turn a {@link Reference} into a connection to that
    1010 * reference.
     11 *
    1112 *
    1213 * @param <INTYPE>  the type of incoming messages. Incoming messages are
     
    3031         *                                 the server. This suggest to retry later.
    3132         */
    32         Connection<INTYPE, OUTTYPE> connect(Reference reference)
     33        ConnectionEnd<INTYPE, OUTTYPE> connect(Reference reference)
    3334                        throws IOException, NoResourcesNowException;
    3435
Note: See TracChangeset for help on using the changeset viewer.