httpInterzone class

Constructors

httpInterzone()

Properties

getter/setter pair
dartSessionId String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isBusy bool
no setter
online bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uri String
getter/setter pair
xxWantsList Uint8List
getter/setter pair

Methods

getThread() Future<bool>
getThreads() Future<bool>
handshake(String server, Uint8List katamari) Future<Uint8List>
newDrop(String rootShortlink, Uint8List katamari) Future<Uint8List>
newLike(String rootShortlink, Uint8List katamari) Future<Uint8List>
newMute(String rootShortlink, Uint8List katamari) Future<Uint8List>
newReply(String _baseUri, String text, String rootShortlink, String ppShortlink, Uint8List katamari, String nick, String avatar, Uint8List attachment) Future<Uint8List>
newShare(String rootShortlink, Uint8List katamari) Future<Uint8List>
newThread(String _baseUri, String text, String preEntry, Uint8List katamari, String nick, String avatar, Uint8List attachment) Future<Uint8List>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
refresh(String server, Uint8List katamari) Future<Uint8List>
refreshAuthor(String server, String shortlink) Future<Uint8List>
refreshTagged(String server, String shortlink) Future<Uint8List>
refreshThread(String server, String shortlink) Future<Uint8List>
satisfyXXwant(Uint8List attachement) Future<bool>
setOffline() → void
setOnline() → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited