obspy.clients.seedlink.basic_client.Client¶
-
class
Client
(server, port=18000, timeout=20, debug=False)[source]¶ Bases:
object
SeedLink request client.
This client is intended for requests of specific, finite time windows. To work with continuous realtime data streams please see
SLClient
andEasySeedLinkClient
.Parameters: Attributes
__dict__
__doc__
__module__
__weakref__
list of weak references to the object (if defined) Public Methods
get_waveforms
Request waveform data from the seedlink server. Private Methods
Warning
Private methods are mainly for internal/developer use and their API might change without notice.
_connect
Open new connection to seedlink server. _packet_handler
Custom packet handler that accumulates all waveform packets in a stream. Special Methods
__dir__
Default dir() implementation. __format__
Default object formatter. __init__
Initializes the SeedLink request client. __init_subclass__
This method is called when a class is subclassed. __new__
Create and return a new object. __reduce__
Helper for pickle. __reduce_ex__
Helper for pickle. __sizeof__
Size of object in memory, in bytes. __subclasshook__
Abstract classes can override this to customize issubclass().