Index

C G T U 
All Classes and Interfaces|All Packages

C

close() - Method in class com.ensarsarajcic.neovim.java.unix.socket.UnixDomainSocketRpcConnection
Closes underlying UnixDomainSocket Communication is no longer possible after this call
com.ensarsarajcic.neovim.java.unix.socket - package com.ensarsarajcic.neovim.java.unix.socket
 
com.ensarsarajcic.neovim.java.unixsocketconnection - module com.ensarsarajcic.neovim.java.unixsocketconnection
 

G

getIncomingStream() - Method in class com.ensarsarajcic.neovim.java.unix.socket.UnixDomainSocketRpcConnection
Gets the InputStream of the underlying UnixDomainSocket
getOutgoingStream() - Method in class com.ensarsarajcic.neovim.java.unix.socket.UnixDomainSocketRpcConnection
Gets the OutputStream of the underlying UnixDomainSocket

T

toString() - Method in class com.ensarsarajcic.neovim.java.unix.socket.UnixDomainSocketRpcConnection
 

U

UnixDomainSocketRpcConnection - Class in com.ensarsarajcic.neovim.java.unix.socket
Simple implementation of RpcConnection based on a unix domain socket
UnixDomainSocketRpcConnection(File) - Constructor for class com.ensarsarajcic.neovim.java.unix.socket.UnixDomainSocketRpcConnection
Creates a new UnixDomainSocketRpcConnection connected to the file on given path It uses input/output stream provided by UnixDomainSocket created for given file
C G T U 
All Classes and Interfaces|All Packages