A C D F G I N O R S T U

A

allowAnonKex() - Static method in class com.atlassian.tunnel.utils.SecureSocketUtils
 
atLeastOneConnectionWasSuccessful - Variable in class com.atlassian.tunnel.tunnel.client.DefaultTunnelStatusTracker
 

C

close() - Method in class com.atlassian.tunnel.tunnel.client.Tunnel
 
close() - Method in class com.atlassian.tunnel.tunnel.server.TunnelServer
 
close() - Method in class com.atlassian.tunnel.tunnel.SocketAndStreams
 
closeAllTunnels(String) - Method in class com.atlassian.tunnel.tunnel.client.Tunnel
 
closeQuietly(Closeable) - Static method in class com.atlassian.tunnel.utils.IOUtils
 
closeQuietly(Socket) - Static method in class com.atlassian.tunnel.utils.IOUtils
 
closeQuietly(ServerSocket) - Static method in class com.atlassian.tunnel.utils.IOUtils
 
com.atlassian.tunnel.concurrent - package com.atlassian.tunnel.concurrent
 
com.atlassian.tunnel.tunnel - package com.atlassian.tunnel.tunnel
 
com.atlassian.tunnel.tunnel.client - package com.atlassian.tunnel.tunnel.client
 
com.atlassian.tunnel.tunnel.server - package com.atlassian.tunnel.tunnel.server
 
com.atlassian.tunnel.utils - package com.atlassian.tunnel.utils
 
configureSocket(SSLServerSocket) - Static method in class com.atlassian.tunnel.utils.SecureSocketUtils
 
configureSocket(SSLSocket) - Static method in class com.atlassian.tunnel.utils.SecureSocketUtils
 
configureSocket(Socket) - Static method in class com.atlassian.tunnel.utils.SocketUtils
 
consecutiveFailures - Variable in class com.atlassian.tunnel.tunnel.client.DefaultTunnelStatusTracker
 

D

DefaultTunnelStatusTracker - Class in com.atlassian.tunnel.tunnel.client
 
DefaultTunnelStatusTracker() - Constructor for class com.atlassian.tunnel.tunnel.client.DefaultTunnelStatusTracker
 
disableClientAuth() - Static method in class com.atlassian.tunnel.utils.SecureSocketUtils
 

F

finish() - Method in class com.atlassian.tunnel.tunnel.client.DefaultTunnelStatusTracker
 
finish() - Method in interface com.atlassian.tunnel.tunnel.client.TunnelStatusTracker
 
fixedAddressProvider(String, int) - Static method in class com.atlassian.tunnel.tunnel.client.TunnelServerAddressProvider
 
fixedNamePrefixProvider(String) - Static method in class com.atlassian.tunnel.concurrent.NamedThreadFactory.ThreadNameProvider
 
forceTimeoutMs(int) - Static method in class com.atlassian.tunnel.utils.SocketUtils
 

G

getInputStream() - Method in class com.atlassian.tunnel.tunnel.SocketAndStreams
 
getInputStream() - Method in interface com.atlassian.tunnel.tunnel.StreamProvider
 
getName(int) - Method in class com.atlassian.tunnel.concurrent.NamedThreadFactory.ThreadNameProvider
 
getNamePrefix() - Method in class com.atlassian.tunnel.concurrent.NamedThreadFactory.ThreadNameProvider
 
getOutputStream() - Method in class com.atlassian.tunnel.tunnel.SocketAndStreams
 
getOutputStream() - Method in interface com.atlassian.tunnel.tunnel.StreamProvider
 
getSocket() - Method in class com.atlassian.tunnel.tunnel.SocketAndStreams
 
getTunnelHost() - Method in class com.atlassian.tunnel.tunnel.client.TunnelServerAddressProvider
The IP address or host name of the tunnel server.
getTunnelPort() - Method in class com.atlassian.tunnel.tunnel.client.TunnelServerAddressProvider
The TCP port number at which the tunnel server is accepting tunnel connections.

I

IOUtils - Class in com.atlassian.tunnel.utils
 
isAddressTheSame(InetSocketAddress, SocketAddress) - Static method in class com.atlassian.tunnel.utils.SocketUtils
 

N

NamedThreadFactory - Class in com.atlassian.tunnel.concurrent
 
NamedThreadFactory(String, boolean) - Constructor for class com.atlassian.tunnel.concurrent.NamedThreadFactory
 
NamedThreadFactory(NamedThreadFactory.ThreadNameProvider, boolean) - Constructor for class com.atlassian.tunnel.concurrent.NamedThreadFactory
 
NamedThreadFactory.ThreadNameProvider - Class in com.atlassian.tunnel.concurrent
 
NamedThreadFactory.ThreadNameProvider() - Constructor for class com.atlassian.tunnel.concurrent.NamedThreadFactory.ThreadNameProvider
 
newThread(Runnable) - Method in class com.atlassian.tunnel.concurrent.NamedThreadFactory
 

O

onAttempt() - Method in class com.atlassian.tunnel.tunnel.client.DefaultTunnelStatusTracker
 
onAttempt() - Method in interface com.atlassian.tunnel.tunnel.client.TunnelStatusTracker
 
onFailure() - Method in class com.atlassian.tunnel.tunnel.client.DefaultTunnelStatusTracker
 
onFailure(Throwable) - Method in class com.atlassian.tunnel.tunnel.client.DefaultTunnelStatusTracker
 
onFailure(Throwable) - Method in interface com.atlassian.tunnel.tunnel.client.TunnelStatusTracker
 
onFailure() - Method in interface com.atlassian.tunnel.tunnel.client.TunnelStatusTracker
 
onInputStreamShutdown() - Method in class com.atlassian.tunnel.tunnel.SocketAndStreams
 
onOutputStreamShutdown() - Method in class com.atlassian.tunnel.tunnel.SocketAndStreams
 
onStreamEnd() - Method in class com.atlassian.tunnel.tunnel.client.DefaultTunnelStatusTracker
 
onStreamEnd() - Method in interface com.atlassian.tunnel.tunnel.client.TunnelStatusTracker
 
onSuccess() - Method in class com.atlassian.tunnel.tunnel.client.DefaultTunnelStatusTracker
 
onSuccess() - Method in interface com.atlassian.tunnel.tunnel.client.TunnelStatusTracker
 
open() - Method in class com.atlassian.tunnel.tunnel.client.Tunnel
 

R

Repeater - Class in com.atlassian.tunnel.tunnel
 
Repeater(StreamProvider, StreamProvider, String, Runnable...) - Constructor for class com.atlassian.tunnel.tunnel.Repeater
 
run() - Method in class com.atlassian.tunnel.tunnel.client.Tunnel
Open a Server socket on LocalPort and wait for a client connection.
run() - Method in class com.atlassian.tunnel.tunnel.Repeater
 
run() - Method in class com.atlassian.tunnel.tunnel.server.TunnelServer
 

S

SecureSocketUtils - Class in com.atlassian.tunnel.utils
 
setMaximumExternalConnectionUptimeMs(int) - Method in class com.atlassian.tunnel.tunnel.server.TunnelServer
 
setTunnelName(String) - Method in class com.atlassian.tunnel.tunnel.client.DefaultTunnelStatusTracker
 
setTunnelName(String) - Method in interface com.atlassian.tunnel.tunnel.client.TunnelStatusTracker
 
socketAccept(ServerSocket, int) - Static method in class com.atlassian.tunnel.utils.SocketUtils
 
SocketAndStreams - Class in com.atlassian.tunnel.tunnel
 
SocketAndStreams(Socket) - Constructor for class com.atlassian.tunnel.tunnel.SocketAndStreams
 
SocketUtils - Class in com.atlassian.tunnel.utils
 
StreamProvider - Interface in com.atlassian.tunnel.tunnel
 

T

Tunnel - Class in com.atlassian.tunnel.tunnel.client
 
Tunnel(int, TunnelServerAddressProvider, String, int, TunnelStatusTracker, SocketFactory, SocketFactory) - Constructor for class com.atlassian.tunnel.tunnel.client.Tunnel
 
tunnelAccepted(int) - Method in interface com.atlassian.tunnel.tunnel.server.TunnelListener
Notification that a tunnel has been established from a port on the local host, to a remote destination.
TunnelListener - Interface in com.atlassian.tunnel.tunnel.server
 
tunnelName - Variable in class com.atlassian.tunnel.tunnel.client.DefaultTunnelStatusTracker
 
TunnelServer - Class in com.atlassian.tunnel.tunnel.server
 
TunnelServer(int, ServerSocketFactory, TunnelListener) - Constructor for class com.atlassian.tunnel.tunnel.server.TunnelServer
 
TunnelServerAddressProvider - Class in com.atlassian.tunnel.tunnel.client
 
TunnelServerAddressProvider() - Constructor for class com.atlassian.tunnel.tunnel.client.TunnelServerAddressProvider
 
TunnelStatusTracker - Interface in com.atlassian.tunnel.tunnel.client
 

U

UTF_8 - Static variable in class com.atlassian.tunnel.utils.IOUtils
 

A C D F G I N O R S T U

Copyright © 2015 Atlassian. All rights reserved.