Skip navigation links
A C G H I L P R S 

A

async(Consumer<T>) - Method in class com.mrivanplays.binclient.request.RestRequest
Calls this request asynchronously
async(Consumer<T>, Consumer<Throwable>) - Method in class com.mrivanplays.binclient.request.RestRequest
Calls this request asynchronously

C

com.mrivanplays.binclient.paste - package com.mrivanplays.binclient.paste
 
com.mrivanplays.binclient.paste.impl - package com.mrivanplays.binclient.paste.impl
 
com.mrivanplays.binclient.request - package com.mrivanplays.binclient.request
 
com.mrivanplays.binclient.servers - package com.mrivanplays.binclient.servers
 
createPaste(String, String) - Method in class com.mrivanplays.binclient.servers.GhostbinServer
Creates a new paste
createPaste(String, String, String) - Method in class com.mrivanplays.binclient.servers.GhostbinServer
Creates a new paste
createPaste(String) - Method in class com.mrivanplays.binclient.servers.HasteServer
Creates a new paste
createPaste(String) - Method in class com.mrivanplays.binclient.servers.IvanBinServer
Creates a new paste
createPaste(String) - Method in class com.mrivanplays.binclient.servers.SourcebinServer
Creates a new paste

G

getBody() - Method in class com.mrivanplays.binclient.paste.impl.PasteImpl
 
getBody() - Method in interface com.mrivanplays.binclient.paste.Paste
Returns the body (code) in that paste.
getCreatedAt() - Method in class com.mrivanplays.binclient.paste.impl.IvanBinPasteImpl
 
getCreatedAt() - Method in class com.mrivanplays.binclient.paste.impl.SourcebinPasteImpl
 
getCreatedAt() - Method in interface com.mrivanplays.binclient.paste.IvanBinPaste
Returns the time, when the bin was created at.
getCreatedAt() - Method in interface com.mrivanplays.binclient.paste.SourcebinPaste
Returns the time when the paste was created
getExpiration() - Method in interface com.mrivanplays.binclient.paste.GhostbinPaste
Returns the expiration
getExpiration() - Method in class com.mrivanplays.binclient.paste.impl.GhostbinPasteImpl
 
getExpiresAt() - Method in class com.mrivanplays.binclient.paste.impl.IvanBinPasteImpl
 
getExpiresAt() - Method in interface com.mrivanplays.binclient.paste.IvanBinPaste
Returns the time, when the bin will expire.
getId() - Method in class com.mrivanplays.binclient.paste.GhostbinPaste.Language
 
getId() - Method in class com.mrivanplays.binclient.paste.impl.PasteImpl
 
getId() - Method in interface com.mrivanplays.binclient.paste.Paste
Returns the id of the paste
getLanguage() - Method in interface com.mrivanplays.binclient.paste.GhostbinPaste
Returns the language of the code in the bin.
getLanguage() - Method in class com.mrivanplays.binclient.paste.impl.GhostbinPasteImpl
 
getName() - Method in class com.mrivanplays.binclient.paste.GhostbinPaste.Language
 
getOwnerId() - Method in class com.mrivanplays.binclient.paste.impl.SourcebinPasteImpl
 
getOwnerId() - Method in interface com.mrivanplays.binclient.paste.SourcebinPaste
Returns the creator's discord user id.
getUrl() - Method in class com.mrivanplays.binclient.paste.impl.PasteImpl
 
getUrl() - Method in interface com.mrivanplays.binclient.paste.Paste
Returns the url of the bin.
GhostbinPaste - Interface in com.mrivanplays.binclient.paste
Represents a paste, created under the ghostbin package.
GhostbinPaste.Language - Class in com.mrivanplays.binclient.paste
Represents a language
GhostbinPasteImpl - Class in com.mrivanplays.binclient.paste.impl
 
GhostbinPasteImpl(String, String, String, GhostbinPaste.Language, String, boolean) - Constructor for class com.mrivanplays.binclient.paste.impl.GhostbinPasteImpl
 
GhostbinServer - Class in com.mrivanplays.binclient.servers
Represents a bin server, ran under the ghostbin package
GhostbinServer(String) - Constructor for class com.mrivanplays.binclient.servers.GhostbinServer
 
GhostbinServer(String, String) - Constructor for class com.mrivanplays.binclient.servers.GhostbinServer
 
GhostbinServer(ExecutorService, String) - Constructor for class com.mrivanplays.binclient.servers.GhostbinServer
 
GhostbinServer(ExecutorService, String, String) - Constructor for class com.mrivanplays.binclient.servers.GhostbinServer
 
GhostbinServer(OkHttpClient, String, String) - Constructor for class com.mrivanplays.binclient.servers.GhostbinServer
 

H

HasteServer - Class in com.mrivanplays.binclient.servers
Represents a bin server, ran under the hastebin package
HasteServer() - Constructor for class com.mrivanplays.binclient.servers.HasteServer
 
HasteServer(String) - Constructor for class com.mrivanplays.binclient.servers.HasteServer
 
HasteServer(ExecutorService) - Constructor for class com.mrivanplays.binclient.servers.HasteServer
 
HasteServer(ExecutorService, String) - Constructor for class com.mrivanplays.binclient.servers.HasteServer
 
HasteServer(OkHttpClient, String) - Constructor for class com.mrivanplays.binclient.servers.HasteServer
 

I

isEncrypted() - Method in interface com.mrivanplays.binclient.paste.GhostbinPaste
Returns whenever this paste is encrypted.
isEncrypted() - Method in class com.mrivanplays.binclient.paste.impl.GhostbinPasteImpl
 
IvanBinPaste - Interface in com.mrivanplays.binclient.paste
Represents a paste which is made by the IvanBin package.
IvanBinPasteImpl - Class in com.mrivanplays.binclient.paste.impl
 
IvanBinPasteImpl(String, String, String, OffsetDateTime, OffsetDateTime) - Constructor for class com.mrivanplays.binclient.paste.impl.IvanBinPasteImpl
 
IvanBinServer - Class in com.mrivanplays.binclient.servers
Represents a bin server, ran under the ivanbin package
IvanBinServer() - Constructor for class com.mrivanplays.binclient.servers.IvanBinServer
 
IvanBinServer(ExecutorService) - Constructor for class com.mrivanplays.binclient.servers.IvanBinServer
 
IvanBinServer(OkHttpClient) - Constructor for class com.mrivanplays.binclient.servers.IvanBinServer
 

L

Language(String, String) - Constructor for class com.mrivanplays.binclient.paste.GhostbinPaste.Language
 

P

Paste - Interface in com.mrivanplays.binclient.paste
Represents a paste
PasteImpl - Class in com.mrivanplays.binclient.paste.impl
 
PasteImpl(String, String, String) - Constructor for class com.mrivanplays.binclient.paste.impl.PasteImpl
 

R

RequestException - Exception in com.mrivanplays.binclient.request
Represents a RuntimeException, called when something got wrong with specific request.
RequestException(String, Throwable) - Constructor for exception com.mrivanplays.binclient.request.RequestException
 
RestRequest<T> - Class in com.mrivanplays.binclient.request
Represents a rest request
RestRequest(Request, OkHttpClient, Function<Response, T>) - Constructor for class com.mrivanplays.binclient.request.RestRequest
 
retrievePaste(String) - Method in class com.mrivanplays.binclient.servers.GhostbinServer
Retrieves the paste with the specified id
retrievePaste(String) - Method in class com.mrivanplays.binclient.servers.HasteServer
Retrieves the paste with the specified id
retrievePaste(String) - Method in class com.mrivanplays.binclient.servers.IvanBinServer
Retrieves the paste with the specified id
retrievePaste(String) - Method in class com.mrivanplays.binclient.servers.SourcebinServer
Retrieves the paste with the specified id

S

SourcebinPaste - Interface in com.mrivanplays.binclient.paste
Represents a paste which is made by sourcebin
SourcebinPasteImpl - Class in com.mrivanplays.binclient.paste.impl
 
SourcebinPasteImpl(String, String, String, OffsetDateTime, String) - Constructor for class com.mrivanplays.binclient.paste.impl.SourcebinPasteImpl
 
SourcebinServer - Class in com.mrivanplays.binclient.servers
Represents a bin server, ran under the sourcebin package
SourcebinServer() - Constructor for class com.mrivanplays.binclient.servers.SourcebinServer
 
SourcebinServer(ExecutorService) - Constructor for class com.mrivanplays.binclient.servers.SourcebinServer
 
SourcebinServer(OkHttpClient) - Constructor for class com.mrivanplays.binclient.servers.SourcebinServer
 
sync() - Method in class com.mrivanplays.binclient.request.RestRequest
Calls this request synchronously.
sync(Function<Throwable, T>) - Method in class com.mrivanplays.binclient.request.RestRequest
Calls this request synchronously and provides a exception handler.
A C G H I L P R S 
Skip navigation links

Copyright © 2019. All rights reserved.