Interface IoHandlerFactory

All Superinterfaces:
Factory<IoHandler>, Supplier<IoHandler>

public interface IoHandlerFactory extends Factory<IoHandler>
  • Method Summary

    Methods inherited from interface org.apache.sshd.common.Factory

    create, get