Mercurial > 510Connectbot
view app/src/main/java/ch/ethz/ssh2/ServerConnectionCallback.java @ 457:105815cce146 stable-1.9.3-3
minimum version android 5, target and compile version api 28
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Tue, 29 Jan 2019 11:21:57 -0800 |
parents | d29cce60f393 |
children |
line wrap: on
line source
/* * Copyright (c) 2012-2013 Christian Plattner. All rights reserved. * Please refer to the LICENSE.txt for licensing details. */ package ch.ethz.ssh2; public interface ServerConnectionCallback { public ServerSessionCallback acceptSession(ServerSession session); }