|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HostPort | |
|---|---|
| radtools.security | Code for managing secure systems, including logins and tunneling. |
| radtools.services | The basis of this package is the RADService interface,
but it also contains all of the implementations of that interface, including
RADTools. |
| radtools.services.haproxy | Code for managing HAProxy systems. |
| radtools.services.lighttpd | Code for managing LigHTTPD systems. |
| radtools.services.linux | Code for managing Linux systems. |
| radtools.services.linux.fedora | Code for managing Fedora Core Linux systems. |
| radtools.services.network | Code for managing abstract network connections to webservice nodes. |
| radtools.services.ror | Code for managing Ruby on Rails systems. |
| radtools.services.vmware | Code for managing vmware Virtual Machines. |
| Uses of HostPort in radtools.security |
|---|
| Classes in radtools.security that implement HostPort | |
|---|---|
static class |
HostPort.Default
TODO: Javadoc |
| Methods in radtools.security that return HostPort | |
|---|---|
HostPort |
SecureSession.forward(HostPort hostport)
TODO: Javadoc |
| Methods in radtools.security with parameters of type HostPort | |
|---|---|
HostPort |
SecureSession.forward(HostPort hostport)
TODO: Javadoc |
| Uses of HostPort in radtools.services |
|---|
| Fields in radtools.services declared as HostPort | |
|---|---|
protected HostPort |
AbstractRemoteRADService.hostport
TODO: Javadoc |
| Methods in radtools.services that return HostPort | |
|---|---|
HostPort |
RemoteRADService.hostport()
TODO: Javadoc |
HostPort |
AbstractRemoteRADService.hostport()
|
| Constructors in radtools.services with parameters of type HostPort | |
|---|---|
AbstractRemoteRADService(RADService _management,
RADService _dependency,
RADService _composition,
HostPort _hostport)
TODO: Javadoc |
|
| Uses of HostPort in radtools.services.haproxy |
|---|
| Fields in radtools.services.haproxy declared as HostPort | |
|---|---|
protected HostPort |
HAProxyLinux.HAProxyPool.hostport
The host and port on which HAProxy should listen for connections to this HAProxy pool. |
protected HostPort |
HAProxyLinux.HAProxyServer.hostport
The host and port on which the application server listens. |
| Constructors in radtools.services.haproxy with parameters of type HostPort | |
|---|---|
HAProxyLinux.HAProxyPool(HostPort _hostport)
Create a new server pool for which HAProxy will listen on the specified host and port. |
|
HAProxyLinux.HAProxyServer(HostPort _hostport,
int _checkPort,
int _interval,
int _rise,
int _fall)
TODO: Javadoc |
|
| Uses of HostPort in radtools.services.lighttpd |
|---|
| Fields in radtools.services.lighttpd declared as HostPort | |
|---|---|
protected HostPort |
LigHTTPDLinux.LigHTTPDFastCGIRemote.hostPort
TODO: Javadoc |
protected HostPort |
LigHTTPDLinux.serverBind
TODO: Javadoc |
| Constructors in radtools.services.lighttpd with parameters of type HostPort | |
|---|---|
LigHTTPDLinux.LigHTTPDFastCGIRemote(HostPort _hostPort)
TODO: Javadoc |
|
| Uses of HostPort in radtools.services.linux |
|---|
| Classes in radtools.services.linux that implement HostPort | |
|---|---|
protected static class |
LinuxSession.Tunnel
TODO: Javadoc |
| Methods in radtools.services.linux with parameters of type HostPort | |
|---|---|
NetworkTunnel<UsernamePasswordPrincipal> |
LinuxSession.forward(HostPort hostport)
|
NetworkTunnel<UsernamePasswordPrincipal> |
LinuxSession.forward(RADService _composition,
HostPort hostport)
TODO: Javadoc |
boolean |
LinuxSystem.ping(HostPort _hostport)
TODO: Javadoc |
| Constructors in radtools.services.linux with parameters of type HostPort | |
|---|---|
LinuxSession.Tunnel(RADService _management,
LinuxSession _session,
RADService _composition,
HostPort _hostport)
TODO: Javadoc |
|
LinuxSystem(RADService _management,
RADService _dependency,
RADService _composition,
UsernamePasswordPrincipal _principal,
HostPort _hostport,
byte[] _hostkey)
TODO: Javadoc |
|
| Uses of HostPort in radtools.services.linux.fedora |
|---|
| Constructors in radtools.services.linux.fedora with parameters of type HostPort | |
|---|---|
FedoraSystem(RADService _management,
RADService _dependency,
RADService _composition,
UsernamePasswordPrincipal _principal,
HostPort _hostport,
byte[] _hostkey)
TODO: Javadoc |
|
| Uses of HostPort in radtools.services.network |
|---|
| Subinterfaces of HostPort in radtools.services.network | |
|---|---|
interface |
NetworkTunnel<SP extends SecurityPrincipal>
TODO: Javadoc |
| Classes in radtools.services.network that implement HostPort | |
|---|---|
class |
AbstractNetworkTunnel<SP extends SecurityPrincipal>
TODO: Javadoc |
| Fields in radtools.services.network declared as HostPort | |
|---|---|
protected HostPort |
AbstractNetworkTunnel.hostport
TODO: Javadoc |
| Methods in radtools.services.network that return HostPort | |
|---|---|
HostPort |
AbstractNetworkTunnel.hostport()
|
| Methods in radtools.services.network with parameters of type HostPort | |
|---|---|
NetworkTunnel<SP> |
NetworkSession.forward(HostPort hostport)
|
| Constructors in radtools.services.network with parameters of type HostPort | |
|---|---|
AbstractNetworkTunnel(RADService _management,
NetworkSession<SP> _session,
RADService _composition,
HostPort _hostport)
TODO: Javadoc |
|
| Uses of HostPort in radtools.services.ror |
|---|
| Fields in radtools.services.ror declared as HostPort | |
|---|---|
protected HostPort |
RoRServerLinux.RoRDatabase.hostport
TODO: Javadoc |
| Fields in radtools.services.ror with type parameters of type HostPort | |
|---|---|
protected rcf.core.util.collection.Collection<HostPort> |
RoRServerLinux.memcacheDaemons
TODO: Javadoc |
| Constructors in radtools.services.ror with parameters of type HostPort | |
|---|---|
RoRServerLinux.RoRDatabase(RoRServerLinux.RoRDatabase.RoRDatabaseAdapter _adapter,
HostPort _hostport,
String _database,
UsernamePasswordPrincipal _principal)
TODO: Javadoc |
|
| Uses of HostPort in radtools.services.vmware |
|---|
| Constructors in radtools.services.vmware with parameters of type HostPort | |
|---|---|
VMWareFedora(LinuxSystem _host,
RADService _composition,
UsernamePasswordPrincipal _principal,
boolean tunnel,
HostPort _hostport,
byte[] _hostkey,
String _config)
TODO: Javadoc |
|
VMWareLinux(LinuxSystem _host,
RADService _composition,
UsernamePasswordPrincipal _principal,
boolean tunnel,
HostPort _hostport,
byte[] _hostkey,
String _config)
TODO: Javadoc |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||