Package de.craftsblock.craftsnet.api
Interface BaseExchange
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
Exchange,SocketExchange
Acts as the base for all exchanges that exists.
- Since:
- 1.0.0-SNAPSHOT
-
Method Summary
Modifier and TypeMethodDescriptionGets theProtocolVersionof the exchange.default Schemescheme()Gets theSchemeof the exchange.Methods inherited from interface java.lang.AutoCloseable
close
-
Method Details
-
scheme
Gets theSchemeof the exchange.- Returns:
- The
Schemeof the exchange. - Since:
- 3.3.2-SNAPSHOT
-
protocolVersion
ProtocolVersion protocolVersion()Gets theProtocolVersionof the exchange.- Returns:
- The
ProtocolVersionof the exchange. - Since:
- 3.3.2-SNAPSHOT
-