public interface AuthenticationPlugin
Modifier and Type | Method and Description |
---|---|
Buffer |
process(PacketOutputStream out,
PacketInputStream in,
java.util.concurrent.atomic.AtomicInteger sequence)
Process plugin authentication.
|
Buffer process(PacketOutputStream out, PacketInputStream in, java.util.concurrent.atomic.AtomicInteger sequence) throws java.io.IOException, java.sql.SQLException
out
- out streamin
- in streamsequence
- packet sequencejava.io.IOException
- if socket errorjava.sql.SQLException
- if plugin exception