Move connection establishing logic into its own handler.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 16 Oct 2014 05:05:52 +0000 (07:05 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 16 Oct 2014 05:05:52 +0000 (07:05 +0200)
commit7b012b24d88c19e9986db78bf0ab92bf25dc3d47
treee2eba24749b70e0a74cef6d590335c96c2b9fb85
parent0c1e22c6e67346725d5fd5a21617a96b60c50d61
Move connection establishing logic into its own handler.
src/main/java/net/pterodactylus/irc/Connection.java
src/main/java/net/pterodactylus/irc/connection/ConnectionEstablishHandler.java [new file with mode: 0644]