♻️ Turn FcpConnection into an interface
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Tue, 7 Feb 2023 15:40:16 +0000 (16:40 +0100)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Tue, 7 Feb 2023 15:40:16 +0000 (16:40 +0100)
commit3ccb8ad5bde9b6dbdd88719ef52da13deb2eff59
treecee0dd5844afee07e427fa85d9c8edf09d0df2fb
parent02cc7079b1755f86f7cc5e79689c2fadd565ab26
♻️ Turn FcpConnection into an interface

This will break all existing clients which is why this happens on a new branch
that will eventually turn into version 0.2.
src/main/java/net/pterodactylus/fcp/DefaultFcpConnection.java [new file with mode: 0644]
src/main/java/net/pterodactylus/fcp/FcpConnection.java
src/main/java/net/pterodactylus/fcp/FcpConnectionHandler.java [deleted file]
src/main/java/net/pterodactylus/fcp/highlevel/FcpClient.java