Skip navigation links
A B C G I N O T 

A

accept() - Method in class org.newsclub.net.unix.AFUNIXServerSocket
 
AFUNIXServerSocket - Class in org.newsclub.net.unix
The server part of an AF_UNIX domain socket.
AFUNIXServerSocket() - Constructor for class org.newsclub.net.unix.AFUNIXServerSocket
 
AFUNIXSocket - Class in org.newsclub.net.unix
Implementation of an AF_UNIX domain socket.
AFUNIXSocketAddress - Class in org.newsclub.net.unix
Describes an InetSocketAddress that actually uses AF_UNIX sockets instead of AF_INET.
AFUNIXSocketAddress(File) - Constructor for class org.newsclub.net.unix.AFUNIXSocketAddress
Creates a new AFUNIXSocketAddress that points to the AF_UNIX socket specified by the given file.
AFUNIXSocketAddress(File, int) - Constructor for class org.newsclub.net.unix.AFUNIXSocketAddress
Creates a new AFUNIXSocketAddress that points to the AF_UNIX socket specified by the given file, assigning the given port to it.
AFUNIXSocketException - Exception in org.newsclub.net.unix
Something went wrong with the communication to a Unix socket.
AFUNIXSocketException(String) - Constructor for exception org.newsclub.net.unix.AFUNIXSocketException
 
AFUNIXSocketException(String, Throwable) - Constructor for exception org.newsclub.net.unix.AFUNIXSocketException
 
AFUNIXSocketException(String, String) - Constructor for exception org.newsclub.net.unix.AFUNIXSocketException
 

B

bind(SocketAddress, int) - Method in class org.newsclub.net.unix.AFUNIXServerSocket
 
bind(SocketAddress) - Method in class org.newsclub.net.unix.AFUNIXSocket
Binds this AFUNIXSocket to the given bindpoint.
bindOn(AFUNIXSocketAddress) - Static method in class org.newsclub.net.unix.AFUNIXServerSocket
Returns a new AF_UNIX ServerSocket that is bound to the given AFUNIXSocketAddress.

C

close() - Method in class org.newsclub.net.unix.AFUNIXServerSocket
 
connect(SocketAddress) - Method in class org.newsclub.net.unix.AFUNIXSocket
 
connect(SocketAddress, int) - Method in class org.newsclub.net.unix.AFUNIXSocket
 
connectTo(AFUNIXSocketAddress) - Static method in class org.newsclub.net.unix.AFUNIXSocket
Creates a new AFUNIXSocket and connects it to the given AFUNIXSocketAddress.

G

getSocketFile() - Method in class org.newsclub.net.unix.AFUNIXSocketAddress
Returns the (canonical) file path for this AFUNIXSocketAddress.

I

impl - Variable in class org.newsclub.net.unix.AFUNIXSocket
 
isBound() - Method in class org.newsclub.net.unix.AFUNIXServerSocket
 
isSupported() - Static method in class org.newsclub.net.unix.AFUNIXServerSocket
 
isSupported() - Static method in class org.newsclub.net.unix.AFUNIXSocket
Returns true iff AFUNIXSockets are supported by the current Java VM.

N

newInstance() - Static method in class org.newsclub.net.unix.AFUNIXServerSocket
Returns a new, unbound AF_UNIX ServerSocket.
newInstance() - Static method in class org.newsclub.net.unix.AFUNIXSocket
Creates a new, unbound AFUNIXSocket.
newStrictInstance() - Static method in class org.newsclub.net.unix.AFUNIXSocket
Creates a new, unbound, "strict" AFUNIXSocket.

O

org.newsclub.net.unix - package org.newsclub.net.unix
The actual AF_UNIX Socket implementation.

T

toString() - Method in class org.newsclub.net.unix.AFUNIXServerSocket
 
toString() - Method in class org.newsclub.net.unix.AFUNIXSocket
 
toString() - Method in class org.newsclub.net.unix.AFUNIXSocketAddress
 
toString() - Method in exception org.newsclub.net.unix.AFUNIXSocketException
 
A B C G I N O T 
Skip navigation links

Copyright © 2009–2014 Kohlschütter Search Intelligence. All rights reserved.